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 2ac9a91 commit 88d4e89Copy full SHA for 88d4e89
.gitignore
@@ -2,6 +2,7 @@
2
buck-out/
3
cmake-out/
4
cmake-android-out/
5
+cmake-out-android/
6
cmake-ios-out/
7
ethos-u-scratch/
8
executorch.egg-info
examples/models/llama2/README.md
@@ -191,7 +191,7 @@ adb push cmake-out-android/examples/models/llama2/llama_main /data/local/tmp/lla
191
192
**2.3 Run model**
193
```
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
+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"
195
196
## Step 6: Build iOS and/or Android apps
197
0 commit comments