How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "quant-mind/Huihui-Nex-N2-mini-abliterated-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": "quant-mind/Huihui-Nex-N2-mini-abliterated-GGUF",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
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
157
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
(9)
this model