dashdoas commited on
Commit
fc12a5b
·
verified ·
1 Parent(s): 0408c90

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -1,20 +1,18 @@
1
- # AI & Math
2
  torch
 
 
3
  transformers==4.46.1
4
  accelerate==0.28.0
5
  xformers
6
  numpy==1.26.4
7
  einops
8
-
9
- # 3.D & Geometry
10
  trimesh
11
  mesh2sdf
12
  pyrender
13
  libigl
14
  plyfile
15
  tetgen
16
-
17
- # Automation & UI
18
  gradio==6.12.0
19
  opencv-python-headless
20
  tqdm
 
 
1
  torch
2
+ torchvision
3
+ torchaudio
4
  transformers==4.46.1
5
  accelerate==0.28.0
6
  xformers
7
  numpy==1.26.4
8
  einops
 
 
9
  trimesh
10
  mesh2sdf
11
  pyrender
12
  libigl
13
  plyfile
14
  tetgen
15
+ timm
 
16
  gradio==6.12.0
17
  opencv-python-headless
18
  tqdm