CharlieAmalet commited on
Commit
3342b27
·
verified ·
1 Parent(s): 153be83

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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.3.0
6
- torchvision==0.18.0 # ADDED: Explicitly pin torchvision
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>=0.0.25.post1
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 # CHANGED to supported version
6
+ torchvision==0.19.0 # UPDATED to be 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==0.0.28.post1 # Specific xformers version for torch 2.4.x
13
  gradio==4.36.1
14
  gradio_client==1.0.1