Skip to content

Commit d08dd2f

Browse files
Gasoonjiamergennachin
authored andcommitted
update <tokenizer.model> in llama2 readme (#3879)
Summary: Pull Request resolved: #3879 as title Reviewed By: mergennachin, mcr229 Differential Revision: D58255429 fbshipit-source-id: 4284461a5926091f145cb193584735d3b7541805 (cherry picked from commit 21a6fe5)
1 parent 899c4af commit d08dd2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/models/llama2/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can export and run the original Llama2 7B model.
7676
4. Create tokenizer.bin.
7777
7878
```
79-
python -m examples.models.llama2.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
79+
python -m examples.models.llama2.tokenizer.tokenizer -t <tokenizer.model> -o tokenizer.bin
8080
```
8181
8282
### Option B: Download and export stories110M model
@@ -99,7 +99,7 @@ If you want to deploy and run a smaller model for educational purposes. From `ex
9999
4. Create tokenizer.bin.
100100
101101
```
102-
python -m examples.models.llama2.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
102+
python -m examples.models.llama2.tokenizer.tokenizer -t <tokenizer.model> -o tokenizer.bin
103103
```
104104
105105
### Option C: Download and export Llama3 8B model

0 commit comments

Comments
 (0)