dmlc--dgl
71283997ce
* add bench jenkins * instance type * fix * fix * fix * 111 * test * 111 * 111 * fix * test * run * fix * fix * fix * fix * fix * publish results * 111 * regression * launch ec2 script * fix * add * run on master * change * rrr * run gpu * fix * fix * try fix * fix * ff * fix * fix * fix * refactor * fix * fix * update * fix * fix * fix * fix * remove import torchtext * add shm size * update * fix * fix * fix * fix * fix this!!!! * 111 * fix * remove verbose * fix * fix * fix * fix * fix * fix * fix * fix * update readme * fix * fix * fix * change asv default to head * commit sage and rgcn * fix * update
17 行
231 B
Bash
17 行
231 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
. /opt/conda/etc/profile.d/conda.sh
|
|
|
|
pip install -r /asv/torch_gpu_pip.txt
|
|
pip install pandas rdflib ogb
|
|
|
|
|
|
# install
|
|
pushd python
|
|
rm -rf build *.egg-info dist
|
|
pip uninstall -y dgl
|
|
python3 setup.py install
|
|
popd
|