Remove conda env and add accelerate
Browse files- environment.yml +0 -0
- requirements.txt +3 -3
environment.yml
DELETED
Binary file (648 Bytes)
|
|
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
torch==2.4.0
|
2 |
-
|
3 |
-
torchvision
|
4 |
diffusers==0.20.0
|
5 |
gradio==5.5.0
|
6 |
imageio==2.34.1
|
7 |
numpy==1.26.4
|
8 |
opencv-python==4.9.0.80
|
9 |
transformers==4.40.2
|
10 |
-
spaces==0.30.4
|
|
|
|
1 |
torch==2.4.0
|
2 |
+
torchvision==0.20.1
|
|
|
3 |
diffusers==0.20.0
|
4 |
gradio==5.5.0
|
5 |
imageio==2.34.1
|
6 |
numpy==1.26.4
|
7 |
opencv-python==4.9.0.80
|
8 |
transformers==4.40.2
|
9 |
+
spaces==0.30.4
|
10 |
+
accelerate
|