Views
No views yet
Looking for Blackwell-optimized files? See LibertAIDAI/Nex-N2-mini-NVFP4-GGUF — NVFP4 expert tensors with native tensor-core kernels on RTX 50-series / B100/B200, faster batched serving than Q4_K_M on those GPUs.
'<think>' (no trailing newline) while rendering past assistant reasoning as '<think>\n…'. This inconsistency breaks llama.cpp's reasoning parser: the forced-open think block is never recognized, so the full chain-of-thought (plus a stray </think>) leaks into content instead of reasoning_content — on every llama.cpp build, regardless of --reasoning-format. Community GGUFs that embed the upstream template inherit this bug.llama-server --jinja:reasoning_content / content are separated correctly,tool_calls,
| File | Size | When to pick |
|---|---|---|
Nex-N2-mini-IQ4_XS.gguf | 18.7 GB | Smallest — fits a 24 GB GPU with long context |
Nex-N2-mini-Q4_K_M.gguf | 21.2 GB | Recommended — best size/quality balance |
Nex-N2-mini-Q5_K_M.gguf | 24.7 GB | Higher quality, still fits 32 GB GPUs |
Nex-N2-mini-Q6_K.gguf | 28.5 GB | Near-lossless |
Nex-N2-mini-Q8_0.gguf | 36.9 GB | Highest quality (needs >32 GB VRAM or partial offload) |
mmproj-Nex-N2-mini-F16.gguf | 903 MB | Required for image input — works with all of the above |
Nex-N2-mini.imatrix | 192 MB | The importance matrix used (for making your own quants) |
llama-cli -m Nex-N2-mini-Q4_K_M.gguf -ngl 999 -c 8192 -p "Your prompt here"1llama-server \
2 -m Nex-N2-mini-Q4_K_M.gguf \
3 --mmproj mmproj-Nex-N2-mini-F16.gguf \
4 -ngl 999 -c 32768 --jinja \
5 --host 0.0.0.0 --port 8080/v1/chat/completions — reasoning arrives in reasoning_content, answers in content, tool calls in tool_calls. To disable thinking, set chat_template_kwargs: {"enable_thinking": false} in the request.qwen35moe in GGUF): 40 layers, 3 of every 4 using linear attention with every 4th full attention, 256 routed experts (8 active) plus a shared expert. The upstream config declares a 1-layer MTP head, but the published checkpoints do not include MTP weights, so no MTP/speculative variant can be produced from public weights.calibration_datav3convert_hf_to_gguf.py, llama-imatrix, llama-quantize