Spaces:
Sleeping
Sleeping
eliphatfs
commited on
Commit
·
ce41dc5
1
Parent(s):
79e0fe5
Fix missing requirements.
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
torch
|
2 |
numpy
|
3 |
dgl
|
4 |
-
open_clip_torch
|
5 |
diffusers
|
6 |
accelerate
|
7 |
datasets
|
@@ -10,3 +10,5 @@ einops
|
|
10 |
torch.redstone
|
11 |
objaverse
|
12 |
altair<5
|
|
|
|
|
|
1 |
torch
|
2 |
numpy
|
3 |
dgl
|
4 |
+
# open_clip_torch
|
5 |
diffusers
|
6 |
accelerate
|
7 |
datasets
|
|
|
10 |
torch.redstone
|
11 |
objaverse
|
12 |
altair<5
|
13 |
+
trimesh
|
14 |
+
matplotlib
|