Skip to content

Commit d9aa4ff

Browse files
authored
awq-py : fix typo in awq-py/README.md (#4947)
1 parent ddb008d commit d9aa4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awq-py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Example for llama model
4343
# For llama7b and llama2 models
4444
python convert.py models/llama-7b/ --awq-path awq_cache/llama-7b-w4-g128.pt --outfile models/llama_7b_fp16.gguf
4545
# For mistral and mpt models
46-
python convert-hf-to-gguf.py models/mpt-7b/ --awq-path awq_cache/llama-7b-w4-g128.pt --outfile models/mpt_7b_fp16.gguf
46+
python convert-hf-to-gguf.py models/mpt-7b/ --awq-path awq_cache/mpt-7b-w4-g128.pt --outfile models/mpt_7b_fp16.gguf
4747
```
4848

4949
## Quantize

0 commit comments

Comments
 (0)