noctrex/Ling-3.0-tiny-MXFP4_MOE-GGUF
212k
These are MXFP4 quantizations of the model inclusionAI / Ling-3.0-tiny
Quick Start
- Download the latest release of **llama.cpp**.
- Download your preferred model variant from below.
Which version should I choose?
All FP4 variants use MXFP4 for the MoE (Mixture of Experts) weights to keep the model efficient. I've included also a new type Q8XLMOE, that uses Q8 for MoE tensors and BF16 for everything else. The difference lies in how the remaining tensors are handled:
Note: On some older architectures, BF16 may be slower than F16. Check that your GPU supports native BF16
Recommended parameters from inclusionAI:
- temperature=1.0
- top_p=0.95
- top_k=20
