Tohru127 commited on
Commit
c0d5f94
·
verified ·
1 Parent(s): 254216d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -11
requirements.txt CHANGED
@@ -1,12 +1,9 @@
1
- # Core
2
- torch==2.2.2
3
- transformers==4.41.2
4
- accelerate>=0.30.0
5
- numpy>=1.24.0
6
- Pillow>=9.5.0
7
-
8
- # UI
9
- gradio==4.44.1
10
-
11
- # 3D (prebuilt wheel exists for Python 3.10 on Spaces CPU/GPU runners)
12
  open3d==0.18.0
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ gradio>=4.44.1
3
+ Pillow
4
+ numpy<2.0
5
+ torch==2.3.1+cpu
6
+ torchvision==0.18.1+cpu
7
+ transformers>=4.41
8
+ accelerate>=0.33
 
 
 
9
  open3d==0.18.0