Spaces:
Running on Zero
Running on Zero
Commit ·
fe85aa6
1
Parent(s): 5756fce
update req
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
|
@@ -1,16 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
packaging
|
| 2 |
wheel
|
| 3 |
pybind11
|
| 4 |
ninja
|
| 5 |
Cython
|
| 6 |
-
torch==2.
|
| 7 |
-
torchvision==0.
|
| 8 |
pillow
|
| 9 |
imageio
|
| 10 |
imageio-ffmpeg
|
| 11 |
tqdm
|
| 12 |
easydict
|
| 13 |
-
opencv-python
|
| 14 |
scipy
|
| 15 |
rembg
|
| 16 |
onnxruntime
|
|
@@ -25,9 +28,5 @@ icecream
|
|
| 25 |
plyfile
|
| 26 |
pycocotools
|
| 27 |
shapely
|
| 28 |
-
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
| 29 |
-
flash-attn
|
| 30 |
-
kaolin==0.17.0
|
| 31 |
-
spconv-cu118
|
| 32 |
gradio==4.44.1
|
| 33 |
-
gradio_image_prompter
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu129
|
| 2 |
+
--find-links https://data.pyg.org/whl/torch-2.8.0+cu129.html
|
| 3 |
+
|
| 4 |
packaging
|
| 5 |
wheel
|
| 6 |
pybind11
|
| 7 |
ninja
|
| 8 |
Cython
|
| 9 |
+
torch==2.8.0
|
| 10 |
+
torchvision==0.23.0
|
| 11 |
pillow
|
| 12 |
imageio
|
| 13 |
imageio-ffmpeg
|
| 14 |
tqdm
|
| 15 |
easydict
|
| 16 |
+
opencv-python-headless
|
| 17 |
scipy
|
| 18 |
rembg
|
| 19 |
onnxruntime
|
|
|
|
| 28 |
plyfile
|
| 29 |
pycocotools
|
| 30 |
shapely
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
gradio==4.44.1
|
| 32 |
+
gradio_image_prompter
|