From 6c4a22ad1e39bccb7a71f48fc983d32b4cb077d6 Mon Sep 17 00:00:00 2001 From: Michael Christen Date: Tue, 21 Mar 2023 18:12:31 +0100 Subject: [PATCH] typo (missing dot) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9a4b1bab..39a901ba4 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ ls ./models python3 -m pip install torch numpy sentencepiece # convert the 7B model to ggml FP16 format -python3 convert-pth-to-ggml.py models/7B/ 1 +python3 convert-pth-to-ggml.py .models/7B/ 1 # quantize the model to 4-bits python3 quantize.py 7B