diff --git a/llms/mixtral/README.md b/llms/mixtral/README.md index 49e50c91..e4673530 100644 --- a/llms/mixtral/README.md +++ b/llms/mixtral/README.md @@ -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: