Spaces:
Running
Running
File size: 255 Bytes
11ac28c |
1 2 3 4 5 6 7 |
# 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
|