File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 6161 cp examples/demo-apps/android/LlamaDemo/app/build/outputs/apk/debug/*.apk "${DEMO_APP_DIR}"
6262 cp examples/demo-apps/android/LlamaDemo/app/build/outputs/apk/androidTest/debug/*.apk "${DEMO_APP_DIR}"
6363
64- sccache --show-stats
65-
6664 # Running Android emulator directly on the runner and not using Docker
6765 run-emulator :
6866 needs : build-llm-demo
Original file line number Diff line number Diff line change @@ -186,8 +186,6 @@ jobs:
186186 # Test llama2
187187 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}"
188188
189- sccache --show-stats
190-
191189 test-llama-runner-linux-android :
192190 name : test-llama-runner-linux-android
193191 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
You can’t perform that action at this time.
0 commit comments