"vscode:/vscode.git/clone" did not exist on "c1edb03c372c12f92b1b5580b718e8cf2196016c"
install_dgl_asv.sh 231 Bytes
Newer Older
1
2
3
4
5
6
7
#!/bin/bash

set -e

. /opt/conda/etc/profile.d/conda.sh

pip install -r /asv/torch_gpu_pip.txt
8
pip install pandas rdflib ogb
9

10

11
12
13
14
15
16
# install
pushd python
rm -rf build *.egg-info dist
pip uninstall -y dgl
python3 setup.py install
popd