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 7c45d62 commit 94c1231Copy full SHA for 94c1231
examples/demo-apps/android/LlamaDemo/android-llm-device-farm-test-spec.yml
@@ -93,9 +93,8 @@ phases:
93
94
- echo "Gather LLM benchmark results"
95
- |
96
- APP_DIR=$(adb -s $DEVICEFARM_DEVICE_UDID shell run-as com.example.executorchllamademo pwd)
97
- adb -s $DEVICEFARM_DEVICE_UDID pull "${APP_DIR}"/files/benchmark_results.json $DEVICEFARM_LOG_DIR/
98
-
+ adb -s $DEVICEFARM_DEVICE_UDID shell run-as com.example.executorchllamademo cp files/benchmark_results.json /sdcard
+ adb -s $DEVICEFARM_DEVICE_UDID pull /sdcard/benchmark_results.json $DEVICEFARM_LOG_DIR/
99
100
artifacts:
101
# By default, Device Farm will collect your artifacts from the $DEVICEFARM_LOG_DIR directory.
0 commit comments