Skip to content
Snippets Groups Projects
Commit ed1fdf6d authored by htulet's avatar htulet
Browse files

gpu 12.5

parent 7fd449c6
No related branches found
No related tags found
No related merge requests found
...@@ -321,6 +321,7 @@ def get_pytorch_version(cuda_version): ...@@ -321,6 +321,7 @@ def get_pytorch_version(cuda_version):
"11.8": " --index-url https://download.pytorch.org/whl/cu118", "11.8": " --index-url https://download.pytorch.org/whl/cu118",
"12.1": "", "12.1": "",
"12.4": " --index-url https://download.pytorch.org/whl/cu124", "12.4": " --index-url https://download.pytorch.org/whl/cu124",
"12.5": " --index-url https://download.pytorch.org/whl/cu124",
"12.6": " --index-url https://download.pytorch.org/whl/cu124", "12.6": " --index-url https://download.pytorch.org/whl/cu124",
} }
return cuda_to_pytorch.get(cuda_version, None) return cuda_to_pytorch.get(cuda_version, None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment