mlip-arena / scripts /install.sh
github-actions[ci]
Clean sync from main branch - 2025-07-05 06:02:08
11ac28c
raw
history blame
399 Bytes
TORCH=2.4
CUDA=cu124
uv pip install torch==${TORCH}.0
uv pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-${TORCH}.0+${CUDA}.html
uv pip install dgl -f https://data.dgl.ai/wheels/torch-${TORCH}/${CUDA}/repo.html
uv pip install mlip-arena[fairchem]
uv pip install mlip-arena[orb]
uv pip install mlip-arena[matgl]
uv pip install mlip-arena[test]
uv pip install mlip-arena[mace]