Skip to content

Commit b043724

Browse files
authored
Fix list numbering typo
1 parent 2d56897 commit b043724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ adb push cmake-out-android/examples/models/llama/llama_main /data/local/tmp/llam
371371
```
372372
adb shell "cd /data/local/tmp/llama && ./llama_main --model_path <model.pte> --tokenizer_path <tokenizer.model> --prompt \"What is the capital of France?\" --seq_len 120" --warmup=1
373373
```
374-
## Step 6: Build Mobile apps
374+
## Step 5: Build Mobile apps
375375
376376
### iOS
377377

0 commit comments

Comments
 (0)