mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 09:21:18 +08:00
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:
parent
e14afb3e77
commit
12c9bafbf5
@ -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 <hf_repo> -q
|
||||
python convert.py --hf-path <hf_repo> -q
|
||||
```
|
||||
|
||||
For more options run:
|
||||
|
Loading…
Reference in New Issue
Block a user