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 b19a9c5 commit 1457f1fCopy full SHA for 1457f1f
setup.py
@@ -80,7 +80,7 @@
80
TORCH_VERSION = '1.10.0'
81
TORCH_VERSION = os.getenv('TORCH_VERSION', TORCH_VERSION)
82
83
-TORCH_IPEX_VERSION = '1.10.0+cpu'
+TORCH_IPEX_VERSION = '1.10.100+cpu'
84
PYTHON_VERSION = sys.version_info
85
86
IS_WINDOWS = (platform.system() == 'Windows')
0 commit comments