feat: update ROCm to 5.6 everywhere

This commit is contained in:
Eugene Brodsky
2024-01-25 02:49:55 -05:00
parent d4ed64df7d
commit 02bcff29e8
5 changed files with 6 additions and 6 deletions

View File

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