tokenfires/Qwen2.5-Coder-3B-Instruct-MLX-4bit

4-bit MLX quantization of Qwen/Qwen2.5-Coder-3B-Instruct for Apple Silicon. Quantization: affine, 4 bits, group size 64.

Use with LM Studio

Search for tokenfires/Qwen2.5-Coder-3B-Instruct-MLX-4bit in the LM Studio model downloader, or open this page and choose Use this model → LM Studio.

Use with mlx-lm

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("tokenfires/Qwen2.5-Coder-3B-Instruct-MLX-4bit")

messages = [{"role": "user", "content": "Write a Ruby method that reverses a string."}]
prompt = tokenizer.apply_chat_template(messages, add_generation_prompt=True)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
Downloads last month
79
Safetensors
Model size
3B params
Tensor type
U32
·
F16
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for tokenfires/Qwen2.5-Coder-3B-Instruct-MLX-4bit

Base model

Qwen/Qwen2.5-3B
Quantized
(128)
this model