Bump pytorch (#13688)
This commit is contained in:
parent
ad403cf55e
commit
7bf6faf4cb
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user