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 1f4b631 commit ee2a62fCopy full SHA for ee2a62f
examples/models/llama2/README.md
@@ -227,7 +227,7 @@ adb push cmake-out-android/examples/models/llama2/llama_main /data/local/tmp/lla
227
228
**2.3 Run model**
229
```
230
-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"
231
232
## Step 6: Build Mobile apps
233
0 commit comments