Upload requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
numpy==1.24.0
|
| 3 |
scipy==1.11.0
|
| 4 |
-
torch==
|
| 5 |
-
torchaudio==0.
|
| 6 |
transformers==4.31.0
|
| 7 |
accelerate==0.19.0
|
| 8 |
gradio==3.37.0
|
|
@@ -13,7 +13,7 @@ hydra_colorlog==1.2.0
|
|
| 13 |
julius==0.2.7
|
| 14 |
num2words==0.5.12
|
| 15 |
sentencepiece==0.1.99
|
| 16 |
-
xformers==0.0.
|
| 17 |
demucs==4.0.0
|
| 18 |
librosa==0.10.0.post2
|
| 19 |
torchmetrics==0.11.4
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
numpy==1.24.0
|
| 3 |
scipy==1.11.0
|
| 4 |
+
torch==2.0.0
|
| 5 |
+
torchaudio==2.0.0
|
| 6 |
transformers==4.31.0
|
| 7 |
accelerate==0.19.0
|
| 8 |
gradio==3.37.0
|
|
|
|
| 13 |
julius==0.2.7
|
| 14 |
num2words==0.5.12
|
| 15 |
sentencepiece==0.1.99
|
| 16 |
+
xformers==0.0.20
|
| 17 |
demucs==4.0.0
|
| 18 |
librosa==0.10.0.post2
|
| 19 |
torchmetrics==0.11.4
|