Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torchvision==0.15.2
|
2 |
+
torchaudio==0.12.1
|
3 |
+
plyfile==0.8.1
|
4 |
+
pytorch==1.12.1
|
5 |
+
tqdm
|
6 |
+
mediapipe
|
7 |
+
Pillow
|
8 |
+
diffusers==0.18.2
|
9 |
+
xformers==0.0.20
|
10 |
+
transformers==4.30.2
|
11 |
+
fire==0.5.0
|
12 |
+
huggingface_hub==0.16.4
|
13 |
+
imageio==2.31.1
|
14 |
+
imageio-ffmpeg
|
15 |
+
PyYAML
|
16 |
+
safetensors
|
17 |
+
wandb
|
18 |
+
accelerate
|
19 |
+
triton
|
20 |
+
gradio
|
21 |
+
git+https://github.com/openai/point-e.git
|