Spaces:
Paused
Paused
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu128
|
| 2 |
+
--find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.8.0_cu128.html
|
| 3 |
+
torch==2.8.0
|
| 4 |
+
torchvision==0.23.0
|
| 5 |
+
numpy>=1.26.0
|
| 6 |
+
Pillow>=10.0.0
|
| 7 |
+
trimesh>=4.0.0
|
| 8 |
+
hydra-core>=1.3.0
|
| 9 |
+
omegaconf>=2.3.0
|
| 10 |
+
einops>=0.7.0
|
| 11 |
+
loguru>=0.7.0
|
| 12 |
+
seaborn==0.13.2
|
| 13 |
+
jaxtyping
|
| 14 |
+
rich
|
| 15 |
+
opencv-python-headless>=4.8.0
|
| 16 |
+
ninja
|
| 17 |
+
kaolin==0.18.0
|
| 18 |
+
open3d>=0.18.0
|
| 19 |
+
sam2>=1.1.0
|