Skip to content

Commit 0eb4fd1

Browse files
Gasoonjiafacebook-github-bot
authored andcommitted
update <tokenizer.model> in llama2 readme
Summary: as title Differential Revision: D58255429
1 parent 98f0d82 commit 0eb4fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/models/llama2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can export and run the original Llama 2 7B model.
7878
4. Create tokenizer.bin.
7979
8080
```
81-
python -m examples.models.llama2.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
81+
python -m examples.models.llama2.tokenizer.tokenizer -t <tokenizer.model> -o tokenizer.bin
8282
```
8383
8484
### Option B: Download and export stories110M model
@@ -101,7 +101,7 @@ If you want to deploy and run a smaller model for educational purposes. From `ex
101101
4. Create tokenizer.bin.
102102
103103
```
104-
python -m examples.models.llama2.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
104+
python -m examples.models.llama2.tokenizer.tokenizer -t <tokenizer.model> -o tokenizer.bin
105105
```
106106
107107
### Option C: Download and export Llama 3 8B instruct model

0 commit comments

Comments
 (0)