From e8698234d71278399bcf1dd220332c02b5866a93 Mon Sep 17 00:00:00 2001 From: jhen Date: Thu, 3 Aug 2023 08:58:58 +0800 Subject: [PATCH] docs(readme): fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d615479..cde682d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ python3 convert.py models/7B/ --outtype f16 # Build the quantize tool make quantize -# quantize the model to 4-bits (using q2_k method) +# quantize the model to 2-bits (using q2_k method) ./quantize ./models/7B/ggml-model-f16.bin ./models/7B/ggml-model-q2_k.bin q2_k # quantize the model to 4-bits (using q4_0 method) @@ -56,7 +56,7 @@ Run the example: yarn && yarn bootstrap yarn example ios -# Use devoce +# Use device yarn example ios --device "" # With release mode yarn example ios --mode Release