Bump pytorch (#13688)

This commit is contained in:
Przemyslaw Wysocki 2022-11-07 08:21:36 +01:00 committed by GitHub
parent ad403cf55e
commit 7bf6faf4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ version_string = "{}{}".format(sys.version_info[0], sys.version_info[1])
version_string_with_mem_manager = version_string + 'm' if sys.version_info[1] < 8 else version_string
os_string = None if sys.platform not in OS_POSTFIXES else OS_POSTFIXES[sys.platform]
TORCH_VERSION = '1.8.1'
TORCH_VERSION = '1.12.1'
TORCH_SOURCE_URL_TEMPLATE = 'https://download.pytorch.org/whl/cpu/torch-{tv}%2Bcpu-cp{ver}-cp{' \
'ver_m}-{os}.whl'