We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a11a12 commit 071aa13Copy full SHA for 071aa13
.github/workflows/pull.yml
@@ -640,8 +640,8 @@ jobs:
640
# Test static llama weight sharing and accuracy
641
echo ">>> Running config: ${{ matrix.config.name }}"
642
PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama_eval.sh \
643
- ${{ matrix.config.flags }} \
644
- --threshold ${{ matrix.config.threshold }}
+ --flags "${{ matrix.config.flags }}" \
+ --threshold "${{ matrix.config.threshold }}"
645
646
647
# test-qnn-models-linux:
0 commit comments