Spaces:
Running
Running
Erva Ulusoy
commited on
Commit
·
b5866c7
1
Parent(s):
126dbe4
Update setup.sh
Browse files
setup.sh
CHANGED
@@ -1,6 +1,2 @@
|
|
1 |
#!/bin/bash
|
2 |
-
pip
|
3 |
-
# pip install torch-scatter -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
4 |
-
pip install torch_sparse -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
5 |
-
# pip install torch-cluster -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
6 |
-
pip install torch_geometric==2.2.0
|
|
|
1 |
#!/bin/bash
|
2 |
+
pip install torch_sparse -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
|
|
|
|
|
|
|