Skip to content

Commit 88d4e89

Browse files
committed
Fix adb shell command and add gitignore
1 parent 2ac9a91 commit 88d4e89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
buck-out/
33
cmake-out/
44
cmake-android-out/
5+
cmake-out-android/
56
cmake-ios-out/
67
ethos-u-scratch/
78
executorch.egg-info

examples/models/llama2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ adb push cmake-out-android/examples/models/llama2/llama_main /data/local/tmp/lla
191191
192192
**2.3 Run model**
193193
```
194-
adb shell "cd /data/local/tmp/llama && ./llama_main --model_path <model.pte> --tokenizer_path <tokenizer.bin> --prompt "Once upon a time" --seq_len 120
194+
adb shell "cd /data/local/tmp/llama && ./llama_main --model_path <model.pte> --tokenizer_path <tokenizer.bin> --prompt \"Once upon a time\" --seq_len 120"
195195
```
196196
## Step 6: Build iOS and/or Android apps
197197

0 commit comments

Comments
 (0)