Skip to content

Commit

Permalink
Try with any pte
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklandsign committed Sep 11, 2024
1 parent 5214824 commit 64f1476
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ phases:
--es "model_dir" "/data/local/tmp/llama" \
--es "tokenizer_path" "/data/local/tmp/llama/tokenizer.bin"
- echo "Run generic benchmark"
- |
adb -s $DEVICEFARM_DEVICE_UDID shell am start -W -n org.pytorch.minibench/.BenchmarkActivity \
--es "model_dir" "/data/local/tmp/llama"
post_test:
commands:
- echo "Gather LLM benchmark results"
Expand Down

0 comments on commit 64f1476

Please sign in to comment.