Remove reference to tokenizer_checklist.chk
This commit is contained in:
parent
46ef5b5fcf
commit
6b9478ccd5
1 changed files with 2 additions and 1 deletions
|
@ -504,7 +504,8 @@ Building the program with BLAS support may lead to some performance improvements
|
|||
```bash
|
||||
# obtain the original LLaMA model weights and place them in ./models
|
||||
ls ./models
|
||||
65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model
|
||||
65B 30B 13B 7B tokenizer.model
|
||||
|
||||
# [Optional] for models using BPE tokenizers
|
||||
ls ./models
|
||||
65B 30B 13B 7B vocab.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue