Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- pre-requirements.txt +0 -4
- requirements.txt +1 -0
pre-requirements.txt
CHANGED
@@ -1,10 +1,6 @@
|
|
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
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
torch==2.2.0
|
3 |
torchvision==0.17.0
|
|
|
|
|
|
|
|
|
4 |
accelerate
|
5 |
beartype
|
6 |
einops
|
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
ninja
|
2 |
pytorch3d @ https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt221/pytorch3d-0.7.6-cp310-cp310-linux_x86_64.whl
|
|
|
|
1 |
ninja
|
2 |
pytorch3d @ https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt221/pytorch3d-0.7.6-cp310-cp310-linux_x86_64.whl
|
3 |
+
dgl @ https://data.dgl.ai/wheels/torch-2.2/cu121/dgl-2.4.0%2Bcu121-cp39-cp39-manylinux1_x86_64.whl
|