Fix generate example in README (#197)

This commit is contained in:
Sunbir Gill
2023-12-27 16:11:10 -05:00
committed by GitHub
parent de759fc6b1
commit ab576be362

View File

@@ -61,7 +61,7 @@ the converted `weights.npz`, `tokenizer.model`, and `config.json` there.
As easy as:
```
python mixtral.py --model-path $MIXTRAL_MODEL/
python mixtral.py --model-path mlx_model
```
For more options including how to prompt the model, run: