From 2f00c4f2766c2dcf4fec9e18db18f884571304ff Mon Sep 17 00:00:00 2001 From: Christian Henkel Date: Fri, 1 Nov 2024 21:36:05 +0100 Subject: [PATCH] torch 1.11.0 Signed-off-by: Christian Henkel --- requirements-torch_cpu.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-torch_cpu.txt b/requirements-torch_cpu.txt index 766da947..7dd8122d 100644 --- a/requirements-torch_cpu.txt +++ b/requirements-torch_cpu.txt @@ -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