Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
scikit-learn
|
| 2 |
gpustat
|
| 3 |
nvitop
|
|
@@ -17,6 +27,4 @@ imageio-ffmpeg
|
|
| 17 |
pyrender
|
| 18 |
deepspeed
|
| 19 |
wandb[media]
|
| 20 |
-
colormaps
|
| 21 |
-
torchvision
|
| 22 |
-
torch_cluster @ https://github.com/OutofAi/PyTorch3D-wheels/releases/download/0.7.8/torch_cluster-1.6.3.postHopper271126-cp310-cp310-linux_x86_64.whl
|
|
|
|
| 1 |
+
# --- 环境配置 ---
|
| 2 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 3 |
+
--find-links https://data.pyg.org/whl/torch-2.5.0+cu124.html
|
| 4 |
+
|
| 5 |
+
# --- 核心依赖 (ZeroGPU 已预装 Torch, 但声明版本可确保兼容性) ---
|
| 6 |
+
torch==2.5.1+cu124
|
| 7 |
+
torchvision
|
| 8 |
+
torch_cluster
|
| 9 |
+
|
| 10 |
+
# --- 其他 3D/图像处理库 ---
|
| 11 |
scikit-learn
|
| 12 |
gpustat
|
| 13 |
nvitop
|
|
|
|
| 27 |
pyrender
|
| 28 |
deepspeed
|
| 29 |
wandb[media]
|
| 30 |
+
colormaps
|
|
|
|
|
|