Skip to content

Commit

Permalink
update model test according command line parameter change
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorSVC committed Dec 20, 2023
1 parent d086813 commit 8116c3b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,5 @@ jobs:
inputs:
script: |
./build/Release/onnx_test_runner -e qnn \
-v -j 1 -c 1 -i "backend_path|$(QNN_SDK_ROOT)/lib/x86_64-linux-clang/libQnnHtp.so qnn_context_cache_enable|1 qnn_context_cache_path|./build/Release/mobilenet_qdq.onnx_qnn_ctx.onnx" \
/data/qdq_models/mobilenetv2-1.0_add_transpose_quant
- task: CmdLine@2
displayName: Run QDQ model tests with load from cached context
inputs:
script: |
./build/Release/onnx_test_runner -e qnn \
-v -j 1 -c 1 -i "backend_path|$(QNN_SDK_ROOT)/lib/x86_64-linux-clang/libQnnHtp.so qnn_context_cache_enable|1 qnn_context_cache_path|./build/Release/mobilenet_qdq.onnx_qnn_ctx.onnx" \
-v -f -j 1 -c 1 -i "backend_path|$(QNN_SDK_ROOT)/lib/x86_64-linux-clang/libQnnHtp.so" \
/data/qdq_models/mobilenetv2-1.0_add_transpose_quant

0 comments on commit 8116c3b

Please sign in to comment.