Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
mlx-breeze-2bit – AI Model by yz1129 | AlphaNeural AI
You can deploy this model and start earning money today!
yz1129
/
mlx-breeze-2bit
like
0
safetensors
mistral
3-bit
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/Mistral-7B-Instruct-v0.3-4bit") response = generate(model, tokenizer, prompt="hello", verbose=True)