Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,7 +3,9 @@ diffusers==0.32.2
|
|
3 |
gradio==4.44.1
|
4 |
hf-transfer==0.1.9
|
5 |
spaces==0.32.0
|
6 |
-
torch==2.5.1
|
|
|
|
|
7 |
transformers==4.49.0
|
8 |
tomli==2.2.1
|
9 |
sentencepiece==0.2.0
|
|
|
3 |
gradio==4.44.1
|
4 |
hf-transfer==0.1.9
|
5 |
spaces==0.32.0
|
6 |
+
torch==2.5.1 --index-url https://download.pytorch.org/whl/cu124
|
7 |
+
torchvision==0.20.1 --index-url https://download.pytorch.org/whl/cu124
|
8 |
+
torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
|
9 |
transformers==4.49.0
|
10 |
tomli==2.2.1
|
11 |
sentencepiece==0.2.0
|