Spaces:
Running
Running
File size: 333 Bytes
9f1a66d |
1 2 3 4 5 |
#!/bin/bash
pip uninstall torch-scatter torch-sparse torch-geometric torch-cluster torch-geometric --y
# pip install torch-scatter -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
pip install torch-sparse -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
# pip install torch-cluster -f https://data.pyg.org/whl/torch-1.12.0+cpu.html |