Skip to content
Merged
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 @@ -76,7 +76,7 @@ You can export and run the original Llama2 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 @@ -99,7 +99,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 Llama3 8B model
Expand Down