Skip to content

Commit 157623b

Browse files
committed
Fix test_llama invocation after #6870
1 parent c4104bc commit 157623b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/android-perf.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,12 @@ jobs:
199199
echo "Unsupported delegate ${{ matrix.delegate }}"
200200
exit 1
201201
fi
202-
PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh "${{ matrix.model }}" "${BUILD_MODE}" "${DTYPE}" "${DELEGATE_CONFIG}" "${ARTIFACTS_DIR_NAME}"
202+
PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh \
203+
-model "${{ matrix.model }}" \
204+
-build_tool "${BUILD_MODE}" \
205+
-dtype "${DTYPE}" \
206+
-mode "${DELEGATE_CONFIG}" \
207+
-upload "${ARTIFACTS_DIR_NAME}"
203208
else
204209
PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${{ matrix.model }}" "${BUILD_MODE}" "${{ matrix.delegate }}" "${ARTIFACTS_DIR_NAME}"
205210
fi

0 commit comments

Comments
 (0)