How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "noctrex/Ling-3.0-tiny-MXFP4_MOE-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "noctrex/Ling-3.0-tiny-MXFP4_MOE-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/noctrex/Ling-3.0-tiny-MXFP4_MOE-GGUF:
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,067
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