mlip-arena / scripts /install-pyg.sh
cyrusyc's picture
update external calculator classes; update diatomic curves
3dd6c96
raw
history blame
356 Bytes
# PyTorch Geometric (OCP)
TORCH=2.3.1
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, ALIGNN)
pip install dgl -U -f https://data.dgl.ai/wheels/torch-2.3/cu121/repo.html