Qwen2.5
Collection
The Qwen 2.5 models are a series of AI models trained on 18 trillion tokens, supporting 29 languages and offering advanced features such as instructio โข 33 items โข Updated โข 9
The Model mlx-community/Qwen2.5-7B-Instruct-4bit was converted to MLX format from Qwen/Qwen2.5-7B-Instruct using mlx-lm version 0.18.1.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/Qwen2.5-7B-Instruct-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Quantized
Base model
Qwen/Qwen2.5-7B