Right link on pytorch installer for linux rocm (#3084)

Right link on pytorch installer for linux rocm
This commit is contained in:
Lincoln Stein 2023-04-04 17:40:42 -04:00 committed by GitHub
commit 18cddd7972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -456,7 +456,7 @@ def get_torch_source() -> (Union[str, None],str):
optional_modules = None
if OS == "Linux":
if device == "rocm":
url = "https://download.pytorch.org/whl/rocm5.2"
url = "https://download.pytorch.org/whl/rocm5.4.2"
elif device == "cpu":
url = "https://download.pytorch.org/whl/cpu"