FreedomAISVR/Qwen3-Coder-30B-A3B-MXFP4-MOE-GGUF
1453
Qwen3-Coder-30B-A3B-Instruct-GGUF
MXFP4_MOE Quantization
This repository contains MXFP4_MOE quantized GGUF of Qwen3-Coder-30B-A3B-Instruct.
Model Details
Download
huggingface-cli download FreedomAISVR/Qwen3-Coder-30B-A3B-MXFP4-MOE-GGUF qwen3-coder-30b-a3b-mxfp4_moe.gguf --local-dir . --local-dir-use-symlinks FalseQuantization Information
This model uses MXFP4 (Microscaling FP4) quantization via llama.cpp's MXFP4_MOE type:
- E2M1 format: 1 sign bit, 2 exponent bits, 1 mantissa bit
- Block size: 32 elements sharing an 8-bit block exponent
- Expert weights: Quantized to MXFP4 (3 ffn_exps tensors per layer)
- Attention weights: Quantized to Q8_0 (8-bit block quantization)
- Other weights: Kept in F32/F16
Verification
After download, verify the file:
echo "9f5a07e402df2aa16b9b4fcee22b5132 *qwen3-coder-30b-a3b-mxfp4_moe.gguf" | md5sum -c