Spaces:
Running on Zero
Running on Zero
FireRed Team commited on
Upload requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
-
torch=
|
| 3 |
-
torchaudio=
|
| 4 |
-
transformers=
|
| 5 |
numpy==1.26.1
|
| 6 |
cn2an==0.5.23
|
| 7 |
kaldiio==2.18.0
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
torch>=2.1.0+cu118
|
| 3 |
+
torchaudio>=2.1.0+cu118
|
| 4 |
+
transformers>=4.51.3
|
| 5 |
numpy==1.26.1
|
| 6 |
cn2an==0.5.23
|
| 7 |
kaldiio==2.18.0
|