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 50fceb1a28
commit 78d207fe27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: