Skip to content

Commit

Permalink
torch 1.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Nov 1, 2024
1 parent d17d2c4 commit 2f00c4f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements-torch_cpu.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
moviepy

torch==1.10.0 -f https://download.pytorch.org/whl/cpu/torch_stable.html
torch==1.11.0 -f https://download.pytorch.org/whl/cpu/torch_stable.html

torch-scatter==2.0.9 -f https://data.pyg.org/whl/torch-1.10.0+cpu.html
torch-sparse==0.6.12 -f https://data.pyg.org/whl/torch-1.10.0+cpu.html
# torch-cluster -f https://data.pyg.org/whl/torch-1.10.0+cpu.html
# torch-spline-conv -f https://data.pyg.org/whl/torch-1.10.0+cpu.html
torch-geometric==2.2.0 -f https://data.pyg.org/whl/torch-1.10.0+cpu.html
torch-scatter==2.0.9 -f https://data.pyg.org/whl/torch-1.11.0+cpu.html
torch-sparse==0.6.12 -f https://data.pyg.org/whl/torch-1.11.0+cpu.html
# torch-cluster -f https://data.pyg.org/whl/torch-1.11.0+cpu.html
# torch-spline-conv -f https://data.pyg.org/whl/torch-1.11.0+cpu.html
torch-geometric==2.2.0 -f https://data.pyg.org/whl/torch-1.11.0+cpu.html

0 comments on commit 2f00c4f

Please sign in to comment.