Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
-
torch
|
3 |
-
|
|
|
|
|
|
|
|
|
4 |
|
5 |
-
git+https://github.com/huggingface/diffusers.git
|
6 |
-
transformers
|
7 |
-
accelerate
|
8 |
ftfy
|
9 |
numpy
|
10 |
matplotlib
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch==2.0.0
|
3 |
+
|
4 |
+
transformers==4.35.2
|
5 |
+
spaces==0.18.0
|
6 |
+
accelerate==0.25.0
|
7 |
+
diffusers==0.24.0
|
8 |
|
|
|
|
|
|
|
9 |
ftfy
|
10 |
numpy
|
11 |
matplotlib
|