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 c4104bc commit 157623bCopy full SHA for 157623b
.github/workflows/android-perf.yml
@@ -199,7 +199,12 @@ jobs:
199
echo "Unsupported delegate ${{ matrix.delegate }}"
200
exit 1
201
fi
202
- PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh "${{ matrix.model }}" "${BUILD_MODE}" "${DTYPE}" "${DELEGATE_CONFIG}" "${ARTIFACTS_DIR_NAME}"
+ 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}"
208
else
209
PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${{ matrix.model }}" "${BUILD_MODE}" "${{ matrix.delegate }}" "${ARTIFACTS_DIR_NAME}"
210
0 commit comments