Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
torch==2.1.0
|
|
|
|
|
|
|
| 2 |
argbind>=0.3.2
|
| 3 |
numpy==1.23
|
| 4 |
loralib
|
|
@@ -7,7 +9,6 @@ lac @ git+https://github.com/hugofloresgarcia/lac.git
|
|
| 7 |
descript-audiotools @ git+https://github.com/hugofloresgarcia/audiotools.git
|
| 8 |
torch_pitch_shift
|
| 9 |
gradio
|
| 10 |
-
|
| 11 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 12 |
-e git+https://github.com/TEAMuP-dev/pyharp.git@main#egg=pyharp
|
| 13 |
pinecone==5.2
|
|
@@ -17,7 +18,6 @@ laion_clap
|
|
| 17 |
# pyshorteners
|
| 18 |
nnAudio
|
| 19 |
ffmpeg-python
|
| 20 |
-
torchvision
|
| 21 |
jsonlines
|
| 22 |
wandb
|
| 23 |
tqdm
|
|
@@ -26,4 +26,4 @@ ytmusicapi
|
|
| 26 |
# For pinecone_generate only
|
| 27 |
google-api-python-client
|
| 28 |
protoc-gen-openapiv2-protoc3-19
|
| 29 |
-
transformers==4.30.0
|
|
|
|
| 1 |
+
torch==2.1.0 --index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torchvision==0.16.0 --index-url https://download.pytorch.org/whl/cu121
|
| 3 |
+
torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121
|
| 4 |
argbind>=0.3.2
|
| 5 |
numpy==1.23
|
| 6 |
loralib
|
|
|
|
| 9 |
descript-audiotools @ git+https://github.com/hugofloresgarcia/audiotools.git
|
| 10 |
torch_pitch_shift
|
| 11 |
gradio
|
|
|
|
| 12 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 13 |
-e git+https://github.com/TEAMuP-dev/pyharp.git@main#egg=pyharp
|
| 14 |
pinecone==5.2
|
|
|
|
| 18 |
# pyshorteners
|
| 19 |
nnAudio
|
| 20 |
ffmpeg-python
|
|
|
|
| 21 |
jsonlines
|
| 22 |
wandb
|
| 23 |
tqdm
|
|
|
|
| 26 |
# For pinecone_generate only
|
| 27 |
google-api-python-client
|
| 28 |
protoc-gen-openapiv2-protoc3-19
|
| 29 |
+
transformers==4.30.0
|