Skip to content

Commit

Permalink
Merge pull request graphnet-team#656 from RasmusOrsoe/torch-2.2
Browse files Browse the repository at this point in the history
bump requirement files to `torch=2.2`
  • Loading branch information
RasmusOrsoe authored Feb 5, 2024
2 parents b686dd7 + 03417da commit d30bf71
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/torch_cpu.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--find-links https://download.pytorch.org/whl/cpu
--find-links https://data.pyg.org/whl/torch-2.1.0+cpu.html
--find-links https://data.pyg.org/whl/torch-2.2.0+cpu.html
2 changes: 1 addition & 1 deletion requirements/torch_gpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contains packages requirements for GPU installation
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==2.1.0+cu118
--find-links https://data.pyg.org/whl/torch-2.1.0+cu118.html
--find-links https://data.pyg.org/whl/torch-2.2.0+cu118.html
2 changes: 1 addition & 1 deletion requirements/torch_macos.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--find-links https://download.pytorch.org/whl/torch_stable.html
--find-links https://data.pyg.org/whl/torch-2.1.0+cpu.html
--find-links https://data.pyg.org/whl/torch-2.2.0+cpu.html

0 comments on commit d30bf71

Please sign in to comment.