Skip to content

Commit e97df94

Browse files
committed
Update
1 parent 35c7080 commit e97df94

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/_android.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
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

.github/workflows/pull.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)