Spaces:
Running
Running
File size: 368 Bytes
9f1a66d 7c85396 9f1a66d 7c85396 126dbe4 |
1 2 3 4 5 6 |
#!/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
pip install torch_geometric==2.2.0 |