fix kaolin errors
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -14,11 +14,12 @@ xatlas==0.0.9
|
|
14 |
pyvista==0.44.2
|
15 |
pymeshfix==0.17.0
|
16 |
igraph==0.11.8
|
17 |
-
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
18 |
xformers==0.0.27.post2
|
19 |
-
|
20 |
transformers==4.46.3
|
21 |
gradio_litmodel3d==0.0.1
|
|
|
22 |
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
|
23 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
24 |
-
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|
|
|
|
14 |
pyvista==0.44.2
|
15 |
pymeshfix==0.17.0
|
16 |
igraph==0.11.8
|
|
|
17 |
xformers==0.0.27.post2
|
18 |
+
spconv-cu120==2.3.6
|
19 |
transformers==4.46.3
|
20 |
gradio_litmodel3d==0.0.1
|
21 |
+
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
22 |
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
|
23 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
24 |
+
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|
25 |
+
git+https://github.com/NVIDIAGameWorks/kaolin.git@release_0.16.0
|