Diff of /install_pyg.sh [000000] .. [db6163]

Switch to side-by-side view

--- a
+++ b/install_pyg.sh
@@ -0,0 +1,5 @@
+pip install torch-scatter==2.0.8 -f https://pytorch-geometric.com/whl/torch-1.8.0+cu102.html
+pip install torch-sparse==0.6.11 -f https://pytorch-geometric.com/whl/torch-1.8.0+cu102.html
+pip install torch-cluster==1.5.9 -f https://pytorch-geometric.com/whl/torch-1.8.0+cu102.html
+pip install torch-spline-conv==1.2.1 -f https://pytorch-geometric.com/whl/torch-1.8.0+cu102.html
+pip install torch-geometric==1.7.2
\ No newline at end of file