From 6fcdb077733ab8c25f0c3e35ee2260e128f73c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20=C4=90=E1=BB=A9c=20Nam?= Date: Fri, 22 Dec 2023 15:10:37 +0700 Subject: [PATCH] fix: readme --- awqpy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awqpy/README.md b/awqpy/README.md index 07b9bf9f4..8d119df46 100644 --- a/awqpy/README.md +++ b/awqpy/README.md @@ -48,7 +48,7 @@ python convert-hf-to-gguf.py models/llama-7b/ --awq-path awq_cache/llama-7b-w4-g ## Quantize ```bash -# For now I only benchmark and confirm the results on q4_0, q4_1 and q2_k types. +# We only benchmark and confirm the results on q4_0, q4_1, and q2_k types. ./quantize models/llama_7b_fp16.gguf models/llama_7b_q4_0.gguf q4_0 ```