build.sh 189 字节
Newer Older
D
daminglu 已提交
1 2
#!/bin/bash

Q
qiaolongfei 已提交
3 4 5 6
script=$(readlink -f "$0")
script_path=$(dirname "$script")

pushd $script_path
D
daminglu 已提交
7
  protoc3/bin/protoc visualdl/onnx/onnx.proto --python_out .
Q
qiaolongfei 已提交
8 9
  python setup.py bdist_wheel
popd