Skip to content

Commit 6b9478c

Browse files
committed
Remove reference to tokenizer_checklist.chk
1 parent 46ef5b5 commit 6b9478c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,8 @@ Building the program with BLAS support may lead to some performance improvements
504504
```bash
505505
# obtain the original LLaMA model weights and place them in ./models
506506
ls ./models
507-
65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model
507+
65B 30B 13B 7B tokenizer.model
508+
508509
# [Optional] for models using BPE tokenizers
509510
ls ./models
510511
65B 30B 13B 7B vocab.json

0 commit comments

Comments
 (0)