Spaces:
Running
on
Zero
Running
on
Zero
MohamedRashad
commited on
Commit
•
62e834c
1
Parent(s):
474e44a
Update requirements.txt to specify versions for torch, torchvision, xformers, spconv-cu120, transformers, and gradio_litmodel3d
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
|
|
|
|
1 |
accelerate
|
2 |
sentencepiece
|
3 |
diffusers
|
4 |
-
|
5 |
-
|
|
|
6 |
pillow==10.4.0
|
7 |
imageio==2.36.1
|
8 |
imageio-ffmpeg==0.5.1
|
@@ -17,10 +20,11 @@ xatlas==0.0.9
|
|
17 |
pyvista==0.44.2
|
18 |
pymeshfix==0.17.0
|
19 |
igraph==0.11.8
|
20 |
-
xformers
|
21 |
-
spconv-cu120
|
22 |
-
transformers
|
23 |
-
gradio_litmodel3d
|
24 |
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
|
|
|
|
|
|
|
|
|
|
25 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
26 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
|
3 |
accelerate
|
4 |
sentencepiece
|
5 |
diffusers
|
6 |
+
|
7 |
+
torch==2.4.0
|
8 |
+
torchvision==0.19.0
|
9 |
pillow==10.4.0
|
10 |
imageio==2.36.1
|
11 |
imageio-ffmpeg==0.5.1
|
|
|
20 |
pyvista==0.44.2
|
21 |
pymeshfix==0.17.0
|
22 |
igraph==0.11.8
|
|
|
|
|
|
|
|
|
23 |
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
24 |
+
xformers==0.0.27.post2
|
25 |
+
spconv-cu120==2.3.6
|
26 |
+
transformers==4.46.3
|
27 |
+
gradio_litmodel3d==0.0.1
|
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
|
30 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|