Skip to content

Commit 071aa13

Browse files
committed
fix flag
1 parent 5a11a12 commit 071aa13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,8 @@ jobs:
640640
# Test static llama weight sharing and accuracy
641641
echo ">>> Running config: ${{ matrix.config.name }}"
642642
PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama_eval.sh \
643-
${{ matrix.config.flags }} \
644-
--threshold ${{ matrix.config.threshold }}
643+
--flags "${{ matrix.config.flags }}" \
644+
--threshold "${{ matrix.config.threshold }}"
645645
646646
647647
# test-qnn-models-linux:

0 commit comments

Comments
 (0)