mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 12:49:50 +08:00
rename --model_path to --model-path (#151)
use same argument convention for mistral/mixtral as for llama convert.
This commit is contained in:
@@ -43,7 +43,7 @@ Now from `mlx-exmaples/mixtral` convert and save the weights as NumPy arrays so
|
||||
MLX can read them:
|
||||
|
||||
```
|
||||
python convert.py --model_path $MIXTRAL_MODEL/
|
||||
python convert.py --model-path $MIXTRAL_MODEL/
|
||||
```
|
||||
|
||||
The conversion script will save the converted weights in the same location.
|
||||
@@ -53,7 +53,7 @@ The conversion script will save the converted weights in the same location.
|
||||
As easy as:
|
||||
|
||||
```
|
||||
python mixtral.py --model_path $MIXTRAL_MODEL/
|
||||
python mixtral.py --model-path $MIXTRAL_MODEL/
|
||||
```
|
||||
|
||||
For more options including how to prompt the model, run:
|
||||
|
Reference in New Issue
Block a user