From 12c9bafbf5da13b57af5729673066ac230fa2bc5 Mon Sep 17 00:00:00 2001 From: Andy Peatling Date: Thu, 4 Jan 2024 11:53:51 -0800 Subject: [PATCH] Update README.md to fix --hf-model param call. (#229) Update `--hf-model` to `--hf-path` since the `--hf-model` param does not exist in convert.py. --- llms/hf_llm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llms/hf_llm/README.md b/llms/hf_llm/README.md index b2e2667f..dd2715bb 100644 --- a/llms/hf_llm/README.md +++ b/llms/hf_llm/README.md @@ -61,7 +61,7 @@ a model directory (which you can optionally also upload to Hugging Face). For example, to make 4-bit quantized a model, run: ``` -python convert.py --hf-model -q +python convert.py --hf-path -q ``` For more options run: