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: