cyrusyc commited on
Commit
aeaedb4
·
1 Parent(s): b9692e2

avoid update torch during dgl installation

Browse files
Files changed (1) hide show
  1. 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 -U -f https://data.dgl.ai/wheels/torch-${TORCH}/${CUDA}/repo.html
 
3
  TORCH=2.2
4
  CUDA=cu121
5
 
6
+ pip install dgl -f https://data.dgl.ai/wheels/torch-${TORCH}/${CUDA}/repo.html