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.
This commit is contained in:
Andy Peatling 2024-01-04 11:53:51 -08:00 committed by GitHub
parent e14afb3e77
commit 12c9bafbf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: For example, to make 4-bit quantized a model, run:
``` ```
python convert.py --hf-model <hf_repo> -q python convert.py --hf-path <hf_repo> -q
``` ```
For more options run: For more options run: