Spaces:
Running
Running
admin commited on
Commit ·
6d8ed08
1
Parent(s): daa6681
torch==2.6.0+cu118
Browse files-f https://download.pytorch.org/whl/torch
torchvision==0.21.0+cu118
-f https://download.pytorch.org/whl/torchvision
librosa
matplotlib
modelscope[framework]==1.24.0
- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
torch
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
librosa
|
| 4 |
matplotlib
|
| 5 |
-
modelscope[framework]==1.
|
|
|
|
| 1 |
+
torch==2.6.0+cu118
|
| 2 |
+
-f https://download.pytorch.org/whl/torch
|
| 3 |
+
torchvision==0.21.0+cu118
|
| 4 |
+
-f https://download.pytorch.org/whl/torchvision
|
| 5 |
librosa
|
| 6 |
matplotlib
|
| 7 |
+
modelscope[framework]==1.24.0
|