File size: 369 Bytes
b7d94da
 
28831ca
b7d94da
28831ca
b7d94da
 
 
28831ca
 
1
2
3
4
5
6
7
8
9
10
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 -e .[fairchem]
uv pip install -e .[orb]
uv pip install -e .[matgl]
uv pip install -e .[test]
uv pip install -e .[mace]