How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf quant-mind/Huihui-Nex-N2-mini-abliterated-GGUF:
# Run inference directly in the terminal:
llama cli -hf quant-mind/Huihui-Nex-N2-mini-abliterated-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf quant-mind/Huihui-Nex-N2-mini-abliterated-GGUF:
# Run inference directly in the terminal:
llama cli -hf quant-mind/Huihui-Nex-N2-mini-abliterated-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf quant-mind/Huihui-Nex-N2-mini-abliterated-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf quant-mind/Huihui-Nex-N2-mini-abliterated-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf quant-mind/Huihui-Nex-N2-mini-abliterated-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf quant-mind/Huihui-Nex-N2-mini-abliterated-GGUF:
Use Docker
docker model run hf.co/quant-mind/Huihui-Nex-N2-mini-abliterated-GGUF:
Quick Links

Huihui-Nex-N2-mini-abliterated-GGUF

GGUF de huihui-ai/Huihui-Nex-N2-mini-abliterated (arch qwen3_5_moe, MoE ~35B, multimodal), via llama.cpp.

Conversao corrigida: o block_count (camada MTP/nextn fantasma) foi ajustado de 41 para 40 para o modelo carregar.

Arquivos

Arquivo O que e
Huihui-Nex-N2-mini-abliterated-UD-Q4_K_XL.gguf LLM texto Q4_K_M + imatrix (din., estilo Unsloth UD)
Huihui-Nex-N2-mini-abliterated-Q4_K_M.gguf LLM texto Q4_K_M padrao
mmproj-Huihui-Nex-N2-mini-abliterated-f16.gguf Projetor de visao (necessario p/ imagem)
imatrix-Huihui-Nex-N2-mini-abliterated.dat importance matrix (calibration_datav3)

Uso (visao)

llama-server -m Huihui-Nex-N2-mini-abliterated-UD-Q4_K_XL.gguf \
  --mmproj mmproj-Huihui-Nex-N2-mini-abliterated-f16.gguf -c 8192
Downloads last month
68
GGUF
Model size
35B params
Architecture
qwen35moe
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 quant-mind/Huihui-Nex-N2-mini-abliterated-GGUF

Quantized
(8)
this model