Qwen3.6-35B-A3B-mlx-nvfp4

An MLX conversion of Qwen/Qwen3.6-35B-A3B quantized to NVFP4 (4-bit FP4, group size 16) for Apple Silicon with mlx-lm.

This is the MLX analog of NVIDIA's nvidia/Qwen3.6-35B-A3B-NVFP4. NVIDIA's checkpoint stores weights in ModelOpt-packed NVFP4 that mlx-lm cannot read directly, so this build was produced by quantizing the bf16 base with MLX's own NVFP4 mode (--q-mode nvfp4 --q-group-size 16).

  • Base model: Qwen/Qwen3.6-35B-A3B (Qwen3.5-MoE, Qwen3_5MoeForConditionalGeneration, 35B total / 3B active)
  • Format: MLX, NVFP4 (4-bit FP4, group size 16)
  • Approx. size on disk: ~19.5 GB
  • Converted with: mlx-lm 0.31.2

Note — text-only. The base is multimodal; mlx-lm converts the language model only (vision tower not included). Tokenizer, chat template, and generation_config are included.

Usage

pip install -U mlx-lm
mlx_lm.generate --model pipenetwork/Qwen3.6-35B-A3B-mlx-nvfp4 \
  --prompt "Write a haiku about Apple Silicon." --max-tokens 256
from mlx_lm import load, generate
model, tokenizer = load("pipenetwork/Qwen3.6-35B-A3B-mlx-nvfp4")
messages = [{"role": "user", "content": "Explain mixture-of-experts in one paragraph."}]
prompt = tokenizer.apply_chat_template(messages, add_generation_prompt=True)
print(generate(model, tokenizer, prompt=prompt, max_tokens=512, verbose=True))
Downloads last month
50
Safetensors
Model size
35B params
Tensor type
U8
·
U32
·
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for pipenetwork/Qwen3.6-35B-A3B-mlx-nvfp4

Quantized
(777)
this model

Collection including pipenetwork/Qwen3.6-35B-A3B-mlx-nvfp4