Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
|
2 |
-
torch==2.5.1
|
3 |
-
torchvision==0.20.1
|
4 |
-
torchaudio==2.5.1
|
5 |
git+https://github.com/huggingface/diffusers.git
|
|
|
|
|
|
|
6 |
huggingface_hub
|
7 |
-
transformers==4.30.2
|
8 |
gradio
|
9 |
soundfile
|
10 |
progressbar
|
|
|
1 |
+
transformers==4.30.2
|
|
|
|
|
|
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
+
torch==2.5.1 --index-url https://download.pytorch.org/whl/cu124
|
4 |
+
torchvision==0.20.1 --index-url https://download.pytorch.org/whl/cu124
|
5 |
+
torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
|
6 |
huggingface_hub
|
|
|
7 |
gradio
|
8 |
soundfile
|
9 |
progressbar
|