Skip to content

Commit 21a6fe5

Browse files
Gasoonjiafacebook-github-bot
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
1 parent b1e5ba8 commit 21a6fe5

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)