Skip to content

Commit 412b93b

Browse files
[Easy] Fix list numbering typo (#9997)
### 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 Co-authored-by: Jack-Khuu <jackkhuu@fb.com>
1 parent 63725ed commit 412b93b

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)