From d169c69b7ff224a4e2a49c217e0ef2eaa3e9de3f Mon Sep 17 00:00:00 2001 From: zhizhe214 Date: Tue, 6 Aug 2024 03:04:25 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=B5=81=E6=B0=B4=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhizhe214 --- RELEASE.md | 2 ++ tools/build_wheel.sh | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 4625a1aa5..b1c54ee79 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 35be18759..fd25b0034 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 -- Gitee