Spaces:
Running
Running
File size: 413 Bytes
e696f95 d4fd2c2 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
!pip install torch==1.12.1
!pip uninstall torch-scatter torch-sparse torch-geometric torch-cluster --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 git+https://github.com/pyg-team/pytorch_geometric.git
|