Skip to content

Commit c35ed76

Browse files
committed
Copy file quietly
1 parent 319b9f6 commit c35ed76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ phases:
1313
- unzip model.zip && ls -la
1414

1515
# Copy the model to sdcard
16-
- adb -s $DEVICEFARM_DEVICE_UDID push *.bin /sdcard
17-
- adb -s $DEVICEFARM_DEVICE_UDID push *.pte /sdcard
16+
- adb -s $DEVICEFARM_DEVICE_UDID push -q *.bin /sdcard
17+
- adb -s $DEVICEFARM_DEVICE_UDID push -q *.pte /sdcard
1818

1919
# Prepare the model and the tokenizer
2020
- adb -s $DEVICEFARM_DEVICE_UDID shell "ls -la /sdcard/"

0 commit comments

Comments
 (0)