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 03119c2 commit b068276Copy full SHA for b068276
examples/demo-apps/android/LlamaDemo/android-llm-device-farm-test-spec.yml
@@ -76,7 +76,7 @@ phases:
76
# Run the new generic benchmark activity
77
- echo "Run LLM benchmark"
78
- |
79
- adb -s $DEVICEFARM_DEVICE_UDID shell am start -n com.example.executorchllamademo/.Benchmarking \
+ adb -s $DEVICEFARM_DEVICE_UDID shell am start -n com.example.executorchllamademo/.BENCHMARK \
80
--es "model_dir" "/data/local/tmp/llama" \
81
--es "tokenizer_path" "/data/local/tmp/llama/tokenizer.bin"
82
0 commit comments