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 319b9f6 commit c35ed76Copy full SHA for c35ed76
extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml.j2
@@ -13,8 +13,8 @@ phases:
13
- unzip model.zip && ls -la
14
15
# Copy the model to sdcard
16
- - adb -s $DEVICEFARM_DEVICE_UDID push *.bin /sdcard
17
- - adb -s $DEVICEFARM_DEVICE_UDID push *.pte /sdcard
+ - adb -s $DEVICEFARM_DEVICE_UDID push -q *.bin /sdcard
+ - adb -s $DEVICEFARM_DEVICE_UDID push -q *.pte /sdcard
18
19
# Prepare the model and the tokenizer
20
- adb -s $DEVICEFARM_DEVICE_UDID shell "ls -la /sdcard/"
0 commit comments