Spaces:
Running
Running
File size: 360 Bytes
b5053f0 |
1 2 3 4 5 6 7 8 |
TORCH=2.2
CUDA=cu121
uv pip install torch==${TORCH}.0
uv pip install torch-scatter -f https://data.pyg.org/whl/torch-${TORCH}.0+${CUDA}.html
uv pip install 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 .[test]
uv pip install -e .[mace] |