iamimmanuelraj/Nanbeige4.2-3B-GGUF
Nanbeige4.2-3B — GGUF
GGUF quantizations of **Nanbeige/Nanbeige4.2-3B** — a 3B "Looped Transformer" (22 layers, num_loops=2, hidden 3072, untied 166k vocab, RoPE θ 70M).
33 quants from full-precision F16/BF16 down to 1-bit and ternary, including imatrix-guided IQ quants for best quality-per-byte at the low end.
Nanbeige4.2-3B support is merged into mainline [llama.cpp](https://github.com/ggml-org/llama.cpp) — just build the latest:
git clone https://github.com/ggml-org/llama.cpp
cd llama.cpp && cmake -B build && cmake --build build -j🚀 Run
llama.cpp (chat):
./build/bin/llama-cli -hf iamimmanuelraj/Nanbeige4.2-3B-GGUF:Q4_K_M -cnvor with a local file:
./build/bin/llama-cli -m Nanbeige4.2-3B-Q4_K_M.gguf -cnvllama-server (OpenAI-compatible API):
./build/bin/llama-server -m Nanbeige4.2-3B-Q4_K_M.gguf -c 8192Download a single quant:
pip install -U "huggingface_hub[cli]"
hf download iamimmanuelraj/Nanbeige4.2-3B-GGUF Nanbeige4.2-3B-Q4_K_M.gguf --local-dir .📦 Quants
⭐ = recommended. IQ quants are imatrix-guided (better quality at the same size).
Full precision
High quality
Balanced (recommended range)
Small
Very small
Extreme / experimental
Which should I pick?
- Most people → `Q4_K_M` (2.57 GB): best balance of size, speed, quality.
- Want max quality → `Q8_0` or
Q6_K. - Tight on RAM/VRAM → `IQ4_XS` (2.38 GB) or
Q3_K_M(2.17 GB). - Tiny devices → `IQ2_M` (1.66 GB); below that quality drops sharply.
- ≤ 1.3 GB (`IQ1`/`Q1`/`TQ`): experimental — expect noticeable degradation.
Prefer IQ over the same-size legacy quant when available — imatrix calibration gives better quality per byte.
Notes
- IQ quants built with an importance matrix (imatrix) for better low-bit fidelity.
Q8_0KV cache recommended for this architecture.- License follows the base model's license.
Quantized with [llama.cpp](https://github.com/ggml-org/llama.cpp).
