Spaces:
Running
on
Zero
Running
on
Zero
Update unirig_requirements.txt
Browse files- unirig_requirements.txt +5 -4
unirig_requirements.txt
CHANGED
@@ -8,12 +8,14 @@ numpy==1.26.4
|
|
8 |
# Example using index-url, adjust if needed
|
9 |
# Note: This will be installed *first* by setup_blender.sh, but listing it here ensures
|
10 |
# pip knows the version constraint when resolving other dependencies later.
|
|
|
|
|
|
|
|
|
|
|
11 |
torch==2.3.1 --index-url https://download.pytorch.org/whl/cu121
|
12 |
torchvision==0.18.1 --index-url https://download.pytorch.org/whl/cu121
|
13 |
|
14 |
-
# PyTorch Geometric libraries (for CUDA 12.1, Python 3.11)
|
15 |
-
# Use -f to point pip to the HTML index pages. Pip should find the correct wheels.
|
16 |
-
# Make sure these URLs correspond to torch 2.3.1 + cu121
|
17 |
torch-scatter -f https://data.pyg.org/whl/torch-2.3.1+cu121.html
|
18 |
torch-cluster -f https://data.pyg.org/whl/torch-2.3.1+cu121.html
|
19 |
|
@@ -30,7 +32,6 @@ lightning # Might be redundant if pytorch_lightning is used
|
|
30 |
addict
|
31 |
timm
|
32 |
fast-simplification
|
33 |
-
flash-attn==2.5.9.post1
|
34 |
trimesh
|
35 |
open3d
|
36 |
pyrender
|
|
|
8 |
# Example using index-url, adjust if needed
|
9 |
# Note: This will be installed *first* by setup_blender.sh, but listing it here ensures
|
10 |
# pip knows the version constraint when resolving other dependencies later.
|
11 |
+
|
12 |
+
#flash-attn pre-built whl
|
13 |
+
flash-attn==2.5.9.post1
|
14 |
+
|
15 |
+
# Make sure torch, torchvision, torch-scatter, etc. are also listed with their correct versions/flags
|
16 |
torch==2.3.1 --index-url https://download.pytorch.org/whl/cu121
|
17 |
torchvision==0.18.1 --index-url https://download.pytorch.org/whl/cu121
|
18 |
|
|
|
|
|
|
|
19 |
torch-scatter -f https://data.pyg.org/whl/torch-2.3.1+cu121.html
|
20 |
torch-cluster -f https://data.pyg.org/whl/torch-2.3.1+cu121.html
|
21 |
|
|
|
32 |
addict
|
33 |
timm
|
34 |
fast-simplification
|
|
|
35 |
trimesh
|
36 |
open3d
|
37 |
pyrender
|