We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a7bd4 commit 5c29182Copy full SHA for 5c29182
intel_extension_for_pytorch/__init__.py
@@ -33,7 +33,7 @@
33
+ f"{ipex_version}.*, but PyTorch {torch.__version__} is found. "
34
+ "Please switch to the matching version and run again."
35
)
36
- os.exit(127)
+ os._exit(127)
37
38
39
import os
0 commit comments