Spaces:
Running
on
Zero
Running
on
Zero
Update unirig_requirements.txt
Browse files- unirig_requirements.txt +6 -6
unirig_requirements.txt
CHANGED
@@ -10,14 +10,14 @@ numpy==1.26.4
|
|
10 |
# pip knows the version constraint when resolving other dependencies later.
|
11 |
|
12 |
# Make sure torch, torchvision, torch-scatter, etc. are also listed with their correct versions/flags
|
13 |
-
torch==2.3.1 --index-url https://download.pytorch.org/whl/
|
14 |
-
torchvision==0.18.1 --index-url https://download.pytorch.org/whl/
|
15 |
|
16 |
-
torch-scatter -f https://data.pyg.org/whl/torch-2.3.1+
|
17 |
-
torch-cluster -f https://data.pyg.org/whl/torch-2.3.1+
|
18 |
|
19 |
-
# Spconv (for CUDA
|
20 |
-
spconv-
|
21 |
|
22 |
# Dependencies from UniRig's official requirements.txt
|
23 |
transformers
|
|
|
10 |
# pip knows the version constraint when resolving other dependencies later.
|
11 |
|
12 |
# Make sure torch, torchvision, torch-scatter, etc. are also listed with their correct versions/flags
|
13 |
+
torch==2.3.1 --index-url https://download.pytorch.org/whl/cu121
|
14 |
+
torchvision==0.18.1 --index-url https://download.pytorch.org/whl/cu121
|
15 |
|
16 |
+
torch-scatter -f https://data.pyg.org/whl/torch-2.3.1+cu121.html
|
17 |
+
torch-cluster -f https://data.pyg.org/whl/torch-2.3.1+cu121.html
|
18 |
|
19 |
+
# Spconv (for CUDA 12.1 - check compatibility with Python 3.11 if issues arise)
|
20 |
+
spconv-cu121
|
21 |
|
22 |
# Dependencies from UniRig's official requirements.txt
|
23 |
transformers
|