try use gradio 5
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
--find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.0_cu121.html
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
torch==2.4.0
|
| 4 |
torchvision==0.19.0
|
| 5 |
pillow==10.4.0
|
|
@@ -20,8 +24,6 @@ xformers==0.0.27.post2
|
|
| 20 |
kaolin==0.17.0
|
| 21 |
spconv-cu120==2.3.6
|
| 22 |
transformers==4.46.3
|
| 23 |
-
gradio_litmodel3d==0.0.1
|
| 24 |
-
gradio>=4.0,<5.0
|
| 25 |
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
| 26 |
https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
| 27 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
--find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.0_cu121.html
|
| 3 |
+
|
| 4 |
+
gradio>=4.0,<5.0
|
| 5 |
+
gradio_litmodel3d==0.0.1
|
| 6 |
+
gradio-client==1.3.0
|
| 7 |
torch==2.4.0
|
| 8 |
torchvision==0.19.0
|
| 9 |
pillow==10.4.0
|
|
|
|
| 24 |
kaolin==0.17.0
|
| 25 |
spconv-cu120==2.3.6
|
| 26 |
transformers==4.46.3
|
|
|
|
|
|
|
| 27 |
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
| 28 |
https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
| 29 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|