Skip to content

Commit

Permalink
feat: add mlx-community/Mistral-7B-Instruct-v0.3-4bit
Browse files Browse the repository at this point in the history
  • Loading branch information
katopz committed May 25, 2024
1 parent 8761105 commit 820f335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ml/frameworks/apple-mlx.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ python -m mlx_lm.generate --model ${MODEL} --max-tokens 512 --prompt "Write hell

```bash
# MODEL=mlx-community/Llama-3-8B-Instruct-Gradient-1048k-8bit
MODEL=mlx-community/Mistral-7B-v0.3-4bit
# MODEL=mlx-community/Mistral-7B-v0.3-4bit
MODEL=mlx-community/Mistral-7B-Instruct-v0.3-4bit
python3 -m mlx_lm.generate --model ${MODEL} --prompt "Write helloworld code in Rust" --eos-token "<|eot_id|>"
```

Expand Down

0 comments on commit 820f335

Please sign in to comment.