jkorstad commited on
Commit
0871971
·
verified ·
1 Parent(s): c227a6f

Update unirig_requirements.txt

Browse files
Files changed (1) hide show
  1. 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/cu118
14
- torchvision==0.18.1 --index-url https://download.pytorch.org/whl/cu118
15
 
16
- torch-scatter -f https://data.pyg.org/whl/torch-2.3.1+cu118.html
17
- torch-cluster -f https://data.pyg.org/whl/torch-2.3.1+cu118.html
18
 
19
- # Spconv (for CUDA 11.8 - check compatibility with Python 3.11 if issues arise)
20
- spconv-cu118
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