From 78d207fe27987c981c2e660c74ee763a6be85fc5 Mon Sep 17 00:00:00 2001 From: Sunbir Gill Date: Wed, 27 Dec 2023 16:11:10 -0500 Subject: [PATCH] Fix generate example in README (#197) --- llms/mixtral/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: