diff --git a/RELEASE.md b/RELEASE.md index 4625a1aa5854cbadf62c8b82fe564a7b2a38f28c..b1c54ee799f260f5cee48b03876bcffe6fe8fd4c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,3 +5,5 @@ This is the initial release of TF_Adapter which was designed by the researchers engineers in Huawei Technologies Co.,Ltd. ## Main features + +## test diff --git a/tools/build_wheel.sh b/tools/build_wheel.sh index 35be187598b7beaa81a1b34b500afa9b3e8a4dc1..fd25b00349d52d9f49435e811a4215693869098b 100644 --- a/tools/build_wheel.sh +++ b/tools/build_wheel.sh @@ -27,6 +27,12 @@ else exit 1 fi +# 代码提交 +# 代码测试 +# 代码构建 +# 代码检视 +# 代码合并 + #PYTHON_BIN_PATH=$(which python3.7) PYTHON_BIN_PATH=${HI_PYTHON_PATH} if [[ -z "${PYTHON_BIN_PATH}" ]]; then