GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

tarruda/Nex-N2-Pro-GGUF overview

Nex N2 Pro GGUF My custom IQ2 XXS/IQ3 XXS GGUF quantization for nex agi/Nex N2 Pro https://huggingface.co/nex agi/Nex N2 Pro The chat template adds preserve th…

ggufimage-text-to-textconversationalbase_model:nex-agi/Nex-N2-Probase_model:quantized:nex-agi/Nex-N2-Prolicense:apache-2.0endpoints_compatibleregion:usimatrix

Runs locally from ~10.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
474
Likes
0
Pipeline
image-text-to-text
Author

Repository Files & Downloads

8 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
IQ3_XXS/Nex-N2-Pro-IQ3_XXS-00001-of-00004.ggufGGUFIQ3_XXS10.4 MBDownload
IQ3_XXS/Nex-N2-Pro-IQ3_XXS-00002-of-00004.ggufGGUFIQ3_XXS46.26 GBDownload
IQ3_XXS/Nex-N2-Pro-IQ3_XXS-00003-of-00004.ggufGGUFIQ3_XXS46.52 GBDownload
IQ3_XXS/Nex-N2-Pro-IQ3_XXS-00004-of-00004.ggufGGUFIQ3_XXS23.52 GBDownload
Nex-N2-Pro-mmproj-BF16.ggufGGUFBF16879.0 MBDownload
Nex-N2-Pro-mmproj-F16.ggufGGUFF16875.6 MBDownload
Nex-N2-Pro-mmproj-Q8_0.ggufGGUFQ8_0595.3 MBDownload
imatrix.ggufGGUFGGUF1.06 GBDownload

Model Details

Model IDtarruda/Nex-N2-Pro-GGUF
Authortarruda
Pipelineimage-text-to-text
Licenseapache-2.0
Base modelnex-agi/Nex-N2-Pro
Last modified2026-07-14T11:20:59.000Z

Model README

---

quantized_by: tarruda

pipeline_tag: image-text-to-text

base_model: nex-agi/Nex-N2-Pro

base_model_relation: quantized

license: apache-2.0

---

Nex N2 Pro GGUF

My custom IQ2_XXS/IQ3_XXS GGUF quantization for

nex-agi/Nex-N2-Pro

The chat template adds preserve_thinking option to improve experience with

coding agents on platforms with slow prompt processing.

Quant Recipes

| Recipe | Quant Size | Default type | Tensor-specific overrides |

| --- | --- | --- | --- |

| IQ3_XXS | 119093.00 MiB (2.52 BPW) | Q6_K | .attn=q8_0, ffn_down_exps=iq3_xxs, ffn_gate_exps=iq2_xxs, ffn_up_exps=iq2_xxs |

Usage

Here's an example script:

#!/bin/sh -e
model=./IQ3_XXS/Nex-N2-Pro-IQ3_XXS-00001-of-00004.gguf
mmproj=./IQ3_XXS/Nex-N2-Pro-mmproj-Q8_0.gguf

parallel=1
ctx=262144

reasoning_budget_message=". Need answer.
Let's draft final."

ctx_size=$((ctx * parallel))
llama-server --no-warmup --no-mmap \
  --model $model --mmproj $mmproj \
  -ctk q8_0 -ctv q8_0 \
  --ctx-size $ctx_size -np $parallel \
  --temp 0.7 --top-p 0.95 --top-k 40 \
  --repeat-penalty 1.0  --presence-penalty 0.0 \
  -cram 0 \
  --reasoning-budget-message "$reasoning_budget_message" \
  --reasoning-preserve \
  --ctx-checkpoints 2 --checkpoint-min-step 1024 \
  --host 0.0.0.0

Run tarruda/Nex-N2-Pro-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models