Skip to content

Commit

Permalink
Update the default version 1.10.100
Browse files Browse the repository at this point in the history
  • Loading branch information
EikanWang committed Dec 15, 2021
1 parent b19a9c5 commit 1457f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
TORCH_VERSION = '1.10.0'
TORCH_VERSION = os.getenv('TORCH_VERSION', TORCH_VERSION)

TORCH_IPEX_VERSION = '1.10.0+cpu'
TORCH_IPEX_VERSION = '1.10.100+cpu'
PYTHON_VERSION = sys.version_info

IS_WINDOWS = (platform.system() == 'Windows')
Expand Down

0 comments on commit 1457f1f

Please sign in to comment.