Image-Text-to-Text
MLX
Safetensors
Transformers
English
qwen3_5
text-generation-inference
unsloth
conversational
8-bit precision
How to use from the
Use from the
MLX library
# Make sure mlx-vlm is installed
# pip install --upgrade mlx-vlm

from mlx_vlm import load, generate
from mlx_vlm.prompt_utils import apply_chat_template
from mlx_vlm.utils import load_config

# Load the model
model, processor = load("shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit")
config = load_config("shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit")

# Prepare input
image = ["http://images.cocodataset.org/val2017/000000039769.jpg"]
prompt = "Describe this image."

# Apply chat template
formatted_prompt = apply_chat_template(
    processor, config, prompt, num_images=1
)

# Generate output
output = generate(model, processor, formatted_prompt, image)
print(output)

Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit

This is an MLX 8-bit conversion of ertghiu256/Qwen3.5-2b-Kimi-and-Opus-Distillation for Apple Silicon.

Model Details

  • Base model: ertghiu256/Qwen3.5-2b-Kimi-and-Opus-Distillation
  • Format: MLX safetensors
  • Runtime: mlx-vlm
  • Quantization: 8-bit
  • License: Apache-2.0

Release Notes

v1.0.0 - 2026-04-15

  • Initial MLX 8-bit release.
  • Converted from the original Hugging Face checkpoint to MLX format.
  • Includes tokenizer and processor config files.
  • Verified locally after conversion.

Usage

mlx_vlm.generate \
  --model shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit \
  --prompt "Write a short hello world in Python." \
  --max-tokens 100
Downloads last month
177
Safetensors
Model size
2B params
Tensor type
U32
·
F16
·
F32
·
MLX
Hardware compatibility
Log In to add your hardware

8-bit

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

Model tree for shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit

Finetuned
Qwen/Qwen3.5-2B
Quantized
(4)
this model

Datasets used to train shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit