Skip to content

Commit

Permalink
update <tokenizer.model> in llama2 readme (pytorch#3879)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#3879

as title

Reviewed By: mergennachin, mcr229

Differential Revision: D58255429

fbshipit-source-id: 4284461a5926091f145cb193584735d3b7541805
  • Loading branch information
Gasoonjia authored and facebook-github-bot committed Jun 6, 2024
1 parent b1e5ba8 commit 21a6fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/models/llama2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You can export and run the original Llama 2 7B model.
4. Create tokenizer.bin.
```
python -m examples.models.llama2.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
python -m examples.models.llama2.tokenizer.tokenizer -t <tokenizer.model> -o tokenizer.bin
```
### Option B: Download and export stories110M model
Expand All @@ -101,7 +101,7 @@ If you want to deploy and run a smaller model for educational purposes. From `ex
4. Create tokenizer.bin.
```
python -m examples.models.llama2.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
python -m examples.models.llama2.tokenizer.tokenizer -t <tokenizer.model> -o tokenizer.bin
```
### Option C: Download and export Llama 3 8B instruct model
Expand Down

0 comments on commit 21a6fe5

Please sign in to comment.