File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ You can export and run the original Llama 2 7B model.
78
78
4. Create tokenizer.bin.
79
79
80
80
```
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
82
82
```
83
83
84
84
### 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
101
101
4. Create tokenizer.bin.
102
102
103
103
```
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
105
105
```
106
106
107
107
### Option C: Download and export Llama 3 8B instruct model
You can’t perform that action at this time.
0 commit comments