Views
No views yet
z-lab/Qwen3.5-35B-A3B-DFlash.from mlx_vlm import convert
convert(
hf_path="/Volumes/original_model_path/Qwen3.5-35B-A3B-DFlash",
mlx_path="/Volumes/quantized_model_path/Qwen3.5-35B-A3B-DFlash-MLX-6bit",
quantize=True,
q_bits=6,
q_group_size=32
)