CoolFace
Modelpublic

mlx-community/TinyMistral-248M-4bits

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes38downloads
Model Card

mlx-community/TinyMistral-248M-4bits

The Model mlx-community/TinyMistral-248M-4bits was converted to MLX format from Locutusque/TinyMistral-248M using mlx-lm version 0.14.0.

Use with mlx

bash
pip install mlx-lm
python
from mlx_lm import load, generate

model, tokenizer = load("mlx-community/TinyMistral-248M-4bits")
response = generate(model, tokenizer, prompt="hello", verbose=True)