Skip to content

Commit

Permalink
Merge pull request graphnet-team#664 from kayla-leonard/main
Browse files Browse the repository at this point in the history
Update torch version in gpu requirements to fix mis-match (2.2)
  • Loading branch information
RasmusOrsoe authored Feb 23, 2024
2 parents 9735f51 + eaee95f commit 84d5dc2
Showing 1 changed file with 1 addition and 1 deletion.
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
torch==2.2.0+cu118
--find-links https://data.pyg.org/whl/torch-2.2.0+cu118.html

0 comments on commit 84d5dc2

Please sign in to comment.