]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
awq-py : fix typo in awq-py/README.md (#4947)
authorVictor Z. Peng <redacted>
Mon, 15 Jan 2024 12:41:46 +0000 (04:41 -0800)
committerGitHub <redacted>
Mon, 15 Jan 2024 12:41:46 +0000 (14:41 +0200)
awq-py/README.md

index 59354f4e329a2dd80b8fd803e54e629e2f03a6db..16e68d027e23927f464b76e28b3bd621d6fb5cb6 100644 (file)
@@ -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