Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- pre-requirements.txt +3 -1
pre-requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
-
--extra-index-url https://data.dgl.ai/wheels/torch-2.2/cu121/repo.html
|
3 |
torch==2.2.0
|
4 |
torchvision==0.17.0
|
|
|
|
|
5 |
dgl==2.4.0
|
|
|
6 |
accelerate
|
7 |
beartype
|
8 |
einops
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
|
|
2 |
torch==2.2.0
|
3 |
torchvision==0.17.0
|
4 |
+
|
5 |
+
--extra-index-url https://data.dgl.ai/wheels/torch-2.2/cu121/repo.html
|
6 |
dgl==2.4.0
|
7 |
+
|
8 |
accelerate
|
9 |
beartype
|
10 |
einops
|