Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -2,13 +2,13 @@ numpy==1.26.2
|
|
2 |
opencv-python==4.8.1.78
|
3 |
timm==0.6.12
|
4 |
trimesh==4.0.8
|
5 |
-
torch==2.4.0 #
|
6 |
-
torchvision==0.19.0 #
|
7 |
spaces>=0.25.0
|
8 |
accelerate>=0.29.0
|
9 |
diffusers==0.29.0
|
10 |
scipy==1.13.0
|
11 |
transformers>=4.41.2
|
12 |
-
|
13 |
gradio==4.36.1
|
14 |
gradio_client==1.0.1
|
|
|
2 |
opencv-python==4.8.1.78
|
3 |
timm==0.6.12
|
4 |
trimesh==4.0.8
|
5 |
+
torch==2.4.0 # Stick to strictly supported 2.4.0
|
6 |
+
torchvision==0.19.0 # Compatible with torch 2.4.0
|
7 |
spaces>=0.25.0
|
8 |
accelerate>=0.29.0
|
9 |
diffusers==0.29.0
|
10 |
scipy==1.13.0
|
11 |
transformers>=4.41.2
|
12 |
+
# xformers removed
|
13 |
gradio==4.36.1
|
14 |
gradio_client==1.0.1
|