Skip to content

Commit 0ebb4ec

Browse files
authored
[Easy] Fix numbering typo in Llama README docs (#9936)
### Summary Numbering scheme jumps from 4-> 6 ![image](https://github.com/user-attachments/assets/3d1876f2-b72f-400d-85bf-16679c21077b) ![image](https://github.com/user-attachments/assets/8fca230b-c989-484d-9411-40418c55721d) ### Test plan Markdown cc @mergennachin @byjlw
1 parent 52b4483 commit 0ebb4ec

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)