dmlc--dgl
46a3fc2b5f
* [CI] updgrade pytorch version for benchmark CI * update build arguments * updage * updage * upgrade torch to 1.13 * updage docker image * update cmake args * try with cu116_torch112 * update build * update * update * update * update docker image * update * update * update * update * final update * fix continue running * update * update * update
11 行
124 B
Bash
11 行
124 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# install
|
|
pushd python
|
|
rm -rf build *.egg-info dist
|
|
pip uninstall -y dgl
|
|
python3 setup.py install
|
|
popd
|