Spaces:
Running
on
Zero
Running
on
Zero
fix zerogpu requirements
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
git+https://github.com/huggingface/diffusers.git
|
2 |
-
torch==2.0
|
3 |
-
torchvision==0.
|
4 |
-
torchaudio==2.0
|
5 |
huggingface_hub
|
6 |
transformers==4.30.2
|
7 |
matplotlib
|
|
|
1 |
git+https://github.com/huggingface/diffusers.git
|
2 |
+
torch==2.2.0
|
3 |
+
torchvision==0.17.0
|
4 |
+
torchaudio==2.2.0
|
5 |
huggingface_hub
|
6 |
transformers==4.30.2
|
7 |
matplotlib
|