Spaces:
Running
Running
avoid update torch during dgl installation
Browse files- scripts/install-dgl.sh +1 -1
scripts/install-dgl.sh
CHANGED
@@ -3,4 +3,4 @@
|
|
3 |
TORCH=2.2
|
4 |
CUDA=cu121
|
5 |
|
6 |
-
pip install dgl -
|
|
|
3 |
TORCH=2.2
|
4 |
CUDA=cu121
|
5 |
|
6 |
+
pip install dgl -f https://data.dgl.ai/wheels/torch-${TORCH}/${CUDA}/repo.html
|