Spaces:
Sleeping
Sleeping
add pre-requirement
Browse files- pre-requirements.txt +18 -0
- requirements.txt +1 -1
pre-requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate
|
2 |
+
diffusers
|
3 |
+
hydra-core
|
4 |
+
imageio
|
5 |
+
ninja
|
6 |
+
opencv-python-headless
|
7 |
+
plotly
|
8 |
+
rich
|
9 |
+
scipy
|
10 |
+
timm
|
11 |
+
torch
|
12 |
+
torch-ema
|
13 |
+
tqdm
|
14 |
+
transformers
|
15 |
+
wandb
|
16 |
+
trimesh
|
17 |
+
gradio
|
18 |
+
|
requirements.txt
CHANGED
@@ -14,4 +14,4 @@ transformers
|
|
14 |
wandb
|
15 |
trimesh
|
16 |
gradio
|
17 |
-
pytorch3d
|
|
|
14 |
wandb
|
15 |
trimesh
|
16 |
gradio
|
17 |
+
pytorch3d@git+https://github.com/facebookresearch/pytorch3d.git
|