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
•
4
The Model mlx-community/Qwen2.5-14B-Instruct-8bit was converted to MLX format from Qwen/Qwen2.5-14B-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-14B-Instruct-8bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Base model
Qwen/Qwen2.5-14B