Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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