提交 0d49d5b8 编写于 作者: 李寅

Merge branch 'ci' into 'master'

Fix ci error

See merge request !739
...@@ -78,7 +78,6 @@ build_libraries: ...@@ -78,7 +78,6 @@ build_libraries:
stage: build_libraries stage: build_libraries
script: script:
- bash tools/build-standalone-lib.sh - bash tools/build-standalone-lib.sh
- bazel build --copt=-fopenmp mace/tools/quantization:quantize_stat
ndk_versions_compatible_tests: ndk_versions_compatible_tests:
stage: ndk_versions_compatible_tests stage: ndk_versions_compatible_tests
...@@ -117,6 +116,7 @@ python_tools_tests: ...@@ -117,6 +116,7 @@ python_tools_tests:
python tools/converter.py convert --config=${CONF_FILE} --model_graph_format=file --model_data_format=file || exit 1; python tools/converter.py convert --config=${CONF_FILE} --model_graph_format=file --model_data_format=file || exit 1;
python tools/converter.py run --config=${CONF_FILE} --round=1 --validate --model_graph_format=file --model_data_format=file || exit 1; python tools/converter.py run --config=${CONF_FILE} --round=1 --validate --model_graph_format=file --model_data_format=file || exit 1;
python tools/converter.py run --config=${CONF_FILE} --example --round=1 --validate --model_graph_format=file --model_data_format=file || exit 1; python tools/converter.py run --config=${CONF_FILE} --example --round=1 --validate --model_graph_format=file --model_data_format=file || exit 1;
- bazel build --copt=-fopenmp mace/tools/quantization:quantize_stat
- rm -rf mace-models - rm -rf mace-models
build_android_demo: build_android_demo:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册