From aff20ab0c576a4266c838a74e9c6212671423682 Mon Sep 17 00:00:00 2001 From: Lee Drake Date: Thu, 21 Sep 2023 12:51:46 -0600 Subject: [PATCH] Update README.md Co-authored-by: slaren --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d06ece61..42686aacc 100644 --- a/README.md +++ b/README.md @@ -558,7 +558,7 @@ python3 convert.py models/7B/ ./quantize ./models/7B/ggml-model-f16.gguf ./models/7B/ggml-model-q4_0.gguf q4_0 # update the gguf filetype to current if older version is unsupported by another application -./quantize ./models/7B/ggml-model-q4_0.gguf ./models/7B/ggml-model-q4_0.gguf COPY +./quantize ./models/7B/ggml-model-q4_0.gguf ./models/7B/ggml-model-q4_0-v2.gguf COPY # run the inference