Skip to content

Commit

Permalink
avoid update torch during dgl installation
Browse files Browse the repository at this point in the history
  • Loading branch information
chiang-yuan committed Dec 14, 2024
1 parent b9692e2 commit aeaedb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-dgl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
TORCH=2.2
CUDA=cu121

pip install dgl -U -f https://data.dgl.ai/wheels/torch-${TORCH}/${CUDA}/repo.html
pip install dgl -f https://data.dgl.ai/wheels/torch-${TORCH}/${CUDA}/repo.html

0 comments on commit aeaedb4

Please sign in to comment.