Spaces:
Running on Zero
Running on Zero
Chin-Yun Yu commited on
Commit ·
cad39ea
1
Parent(s): bc02c54
specify cud-bindings version
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
|
@@ -1,12 +1,15 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
numpy
|
| 3 |
-
numba
|
|
|
|
|
|
|
|
|
|
| 4 |
PyYAML
|
| 5 |
scipy
|
| 6 |
matplotlib
|
| 7 |
-
torch==2.
|
| 8 |
-
torchaudio==2.
|
| 9 |
-
torchvision==0.
|
| 10 |
torchlpc<0.7
|
| 11 |
torchcomp
|
| 12 |
torch_fftconv
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu128
|
| 2 |
numpy
|
| 3 |
+
numba-cuda
|
| 4 |
+
cuda-bindings>=12.8.0,<12.9.0
|
| 5 |
+
cuda-core>=0.3.0,<1.0.0
|
| 6 |
+
cuda-toolkit[cudart,nvcc,nvrtc,nvjitlink,cccl]==12.*
|
| 7 |
PyYAML
|
| 8 |
scipy
|
| 9 |
matplotlib
|
| 10 |
+
torch==2.8.0
|
| 11 |
+
torchaudio==2.8.0
|
| 12 |
+
torchvision==0.23.0
|
| 13 |
torchlpc<0.7
|
| 14 |
torchcomp
|
| 15 |
torch_fftconv
|