Skip to content

Commit

Permalink
Right link on pytorch installer for linux rocm (invoke-ai#3084)
Browse files Browse the repository at this point in the history
Right link on pytorch installer for linux rocm
  • Loading branch information
lstein authored Apr 4, 2023
2 parents d1c0050 + e6b25f4 commit 18cddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/lib/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 18cddd7

Please sign in to comment.