Skip to content

Commit 1457f1f

Browse files
committed
Update the default version 1.10.100
1 parent b19a9c5 commit 1457f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
TORCH_VERSION = '1.10.0'
8181
TORCH_VERSION = os.getenv('TORCH_VERSION', TORCH_VERSION)
8282

83-
TORCH_IPEX_VERSION = '1.10.0+cpu'
83+
TORCH_IPEX_VERSION = '1.10.100+cpu'
8484
PYTHON_VERSION = sys.version_info
8585

8686
IS_WINDOWS = (platform.system() == 'Windows')

0 commit comments

Comments
 (0)