From 6b9478ccd5812c3f6b83fe7736bbb3bc56851f8b Mon Sep 17 00:00:00 2001 From: akawrykow Date: Tue, 22 Aug 2023 17:45:58 -0700 Subject: [PATCH] Remove reference to tokenizer_checklist.chk --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82e070ac3..92420bbd4 100644 --- a/README.md +++ b/README.md @@ -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