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==2.0.1
|
| 5 |
-
torchaudio==2.0.1
|
| 6 |
transformers==4.31.0
|
| 7 |
accelerate==0.20.3
|
| 8 |
gradio==3.37.0
|
|
@@ -20,4 +20,4 @@ torchmetrics==0.11.4
|
|
| 20 |
encodec==0.1.1
|
| 21 |
spacy==3.5.2
|
| 22 |
pydantic==1.10.13
|
| 23 |
-
git+https://github.com/facebookresearch/audiocraft.git@v0.0.1
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
numpy==1.24.0
|
| 3 |
scipy==1.11.0
|
| 4 |
+
torch==2.0.1
|
| 5 |
+
torchaudio==2.0.1
|
| 6 |
transformers==4.31.0
|
| 7 |
accelerate==0.20.3
|
| 8 |
gradio==3.37.0
|
|
|
|
| 20 |
encodec==0.1.1
|
| 21 |
spacy==3.5.2
|
| 22 |
pydantic==1.10.13
|
| 23 |
+
audiocraft @ git+https://github.com/facebookresearch/audiocraft.git@v0.0.1
|