From de17acac72ef1f3f16727aa1151a03f67740a783 Mon Sep 17 00:00:00 2001 From: Dmitry Wolf Date: Wed, 15 Mar 2023 23:24:48 +0300 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b2532a09..0c314a0a1 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ ls ./models 65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model # install Python dependencies -python3 -m pip install torch numpy sentencepiece +python3 -m pip install tqdm numpy sentencepiece # convert the 7B model to ggml FP16 format python3 convert-pth-to-ggml.py models/7B/ 1