Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
|
2 |
-
torch==2.4.0
|
3 |
-
torchvision==0.19.0
|
4 |
|
5 |
accelerate==1.1.1
|
6 |
deepspeed==0.14.4
|
@@ -11,6 +9,8 @@ diffusers==0.30.1
|
|
11 |
sentencepiece==0.2.0
|
12 |
gradio==5.22.0
|
13 |
|
14 |
-
|
|
|
|
|
15 |
openai>=1.14.0
|
16 |
python-dotenv>=1.0.1
|
|
|
1 |
+
|
|
|
|
|
2 |
|
3 |
accelerate==1.1.1
|
4 |
deepspeed==0.14.4
|
|
|
9 |
sentencepiece==0.2.0
|
10 |
gradio==5.22.0
|
11 |
|
12 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
13 |
+
torch==2.4.0
|
14 |
+
torchvision==0.19.0
|
15 |
openai>=1.14.0
|
16 |
python-dotenv>=1.0.1
|