CoolFace
Modelpublic

glacio-dev/Qwen1.5-4B-Chat-Q4

sourceHugging Faceotherupdated 3y agoView on Hugging Face
0likes27downloads
Model Card

glacio-dev/Qwen1.5-4B-Chat-Q4

This model was converted to MLX format from [Qwen/Qwen1.5-4B-Chat](). Refer to the original model card for more details on the model.

Use with mlx

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

model, tokenizer = load("glacio-dev/Qwen1.5-4B-Chat-Q4")
response = generate(model, tokenizer, prompt="hello", verbose=True)