Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
#
|
| 2 |
--extra-index-url https://download.pytorch.org/whl/cu130
|
| 3 |
|
| 4 |
-
#
|
| 5 |
--find-links https://data.pyg.org/whl/torch-2.11.0+cu130.html
|
| 6 |
|
| 7 |
-
torch==2.11.0
|
| 8 |
-
torchvision==0.26.0
|
| 9 |
-
torchaudio==2.11.0
|
| 10 |
torch-scatter==2.1.2+pt211cu130
|
| 11 |
|
| 12 |
setuptools<81
|
|
@@ -33,4 +33,5 @@ vtk
|
|
| 33 |
omegaconf
|
| 34 |
diffusers
|
| 35 |
scipy
|
| 36 |
-
pygltflib
|
|
|
|
|
|
| 1 |
+
# PyTorch CUDA 13.0 wheels; keep PyPI available for the rest
|
| 2 |
--extra-index-url https://download.pytorch.org/whl/cu130
|
| 3 |
|
| 4 |
+
# torch-scatter wheel matching torch 2.11.0 + CUDA 13.0
|
| 5 |
--find-links https://data.pyg.org/whl/torch-2.11.0+cu130.html
|
| 6 |
|
| 7 |
+
torch==2.11.0
|
| 8 |
+
torchvision==0.26.0
|
| 9 |
+
torchaudio==2.11.0
|
| 10 |
torch-scatter==2.1.2+pt211cu130
|
| 11 |
|
| 12 |
setuptools<81
|
|
|
|
| 33 |
omegaconf
|
| 34 |
diffusers
|
| 35 |
scipy
|
| 36 |
+
pygltflib
|
| 37 |
+
spaces
|