Spaces:
Runtime error
Runtime error
Commit
·
1ba956a
1
Parent(s):
38f45c2
Modified requirements
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
# These requirements are for GPU
|
2 |
-
torch==2.1.0+cu118
|
3 |
-
torchvision==0.16.0+cu118
|
4 |
transformers==4.34.1
|
5 |
diffusers==0.21.4
|
6 |
gradio==3.50.2
|
7 |
ftfy==6.1.1
|
8 |
-
accelerate==0.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers==4.34.1
|
2 |
diffusers==0.21.4
|
3 |
gradio==3.50.2
|
4 |
ftfy==6.1.1
|
5 |
+
accelerate==0.23.0
|
6 |
+
--extra-index-url https://download.pytorch.org/whl/cpu/
|
7 |
+
torch==2.1.0+cpu
|
8 |
+
torchvision==0.16.0+cpu
|