diff options
author | Victor Z. Peng <ziliangdotme@gmail.com> | 2024-01-15 04:41:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-15 14:41:46 +0200 |
commit | d9aa4ffa6e0296d42f1f676dd85de97c8491eb73 (patch) | |
tree | 6f25c3d998f3f7038dea295fe7b5527e0322fd88 | |
parent | ddb008d845cd50bb090bf051f570130524042936 (diff) |
awq-py : fix typo in awq-py/README.md (#4947)
-rw-r--r-- | awq-py/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awq-py/README.md b/awq-py/README.md index 59354f4e..16e68d02 100644 --- a/awq-py/README.md +++ b/awq-py/README.md @@ -43,7 +43,7 @@ Example for llama model # For llama7b and llama2 models python convert.py models/llama-7b/ --awq-path awq_cache/llama-7b-w4-g128.pt --outfile models/llama_7b_fp16.gguf # For mistral and mpt models -python convert-hf-to-gguf.py models/mpt-7b/ --awq-path awq_cache/llama-7b-w4-g128.pt --outfile models/mpt_7b_fp16.gguf +python convert-hf-to-gguf.py models/mpt-7b/ --awq-path awq_cache/mpt-7b-w4-g128.pt --outfile models/mpt_7b_fp16.gguf ``` ## Quantize |