CoolFace
Modelpublic

funnygeeker/Qwen3.6-35B-A3B-DFlash-MLX-6bit

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes487downloads
Model Card

This model was converted to MLX format from `z-lab/Qwen3.6-35B-A3B-DFlash`.

Code To Quantify This Model

from mlx_vlm import convert

convert(
    hf_path="/Volumes/original_model_path/Qwen3.6-35B-A3B-DFlash",
    mlx_path="/Volumes/quantized_model_path/Qwen3.6-35B-A3B-DFlash-MLX-6bit",
    quantize=True,
    q_bits=6,
    q_group_size=32
)