File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ You can export and run the original Llama2 7B model.
76
76
4. Create tokenizer.bin.
77
77
78
78
```
79
- python -m examples.models.llama2.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
79
+ python -m examples.models.llama2.tokenizer.tokenizer -t < tokenizer.model> -o tokenizer.bin
80
80
```
81
81
82
82
### Option B: Download and export stories110M model
@@ -99,7 +99,7 @@ If you want to deploy and run a smaller model for educational purposes. From `ex
99
99
4. Create tokenizer.bin.
100
100
101
101
```
102
- python -m examples.models.llama2.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
102
+ python -m examples.models.llama2.tokenizer.tokenizer -t < tokenizer.model> -o tokenizer.bin
103
103
```
104
104
105
105
### Option C: Download and export Llama3 8B model
You can’t perform that action at this time.
0 commit comments