Skip to content

Commit

Permalink
fix pyg wheel link for torch > 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamasb committed Dec 26, 2023
1 parent d7d22b9 commit be5dd40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proteinworkshop/scripts/install_pyg.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def _install_pyg(force_reinstall: bool = False):
# torch_version = "2.0.0"
if cuda_version == "cu116":
raise ValueError("PyTorch 2.0.0 does not support CUDA 11.6")
if torch_version.startswith("2.1"):
torch_version = "2.1.0"

if torch_version.startswith("1.13"):
if cuda_version == "cu118":
Expand Down

0 comments on commit be5dd40

Please sign in to comment.