How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf noctrex/Ling-3.0-tiny-MXFP4_MOE-GGUF:
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "noctrex/Ling-3.0-tiny-MXFP4_MOE-GGUF:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

These are MXFP4 quantizations of the model inclusionAI / Ling-3.0-tiny

Quick Start

  1. Download the latest release of llama.cpp.
  2. 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 Q8_XL_MOE, that uses Q8 for MoE tensors and BF16 for everything else. The difference lies in how the remaining tensors are handled:

Variant Quality Performance Size Recommendation
Q8_XL_MOE โญโญโญโญโญ Variable* 8.77GiB Maximum quality, uses Q8 instead of FP4 for the MoE weights.
BF16 โญโญโญ Variable* 4.54GiB Best for maximum accuracy; original unquantized weights.
F16 โญโญ Fast 4.94GiB Great alternative if BF16 is slow on your hardware.
Q8 โญ Fastest 4.94GiB Balanced performance and memory usage.

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
Downloads last month
17,193
GGUF
Model size
8B params
Architecture
bailingmoe3
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 noctrex/Ling-3.0-tiny-MXFP4_MOE-GGUF

Quantized
(21)
this model