mlip-arena / scripts /install-pyg.sh
cyrusyc's picture
reform scaffold
9d1a2a5
raw
history blame
469 Bytes
# PyTorch Geometric (OCP)
TORCH=2.2.0
CUDA=cu121
pip install --verbose --no-cache torch-scatter -f https://data.pyg.org/whl/torch-${TORCH}+${CUDA}.html
pip install --verbose --no-cache torch-sparse -f https://data.pyg.org/whl/torch-${TORCH}+${CUDA}.html
# DGL (M3GNet)
pip install --verbose --no-cache dgl -f https://data.dgl.ai/wheels/{CUDA}/repo.html
# DGL (ALIGNN)
# pip install --verbose --no-cache dgl -f https://data.dgl.ai/wheels/torch-2.2/cu122/repo.html