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 IHaveNoClueAndIMustPost/Qwen3.6-27B-smol-MTP-IQ4_NL.gguf:IQ4_NL
# Run inference directly in the terminal:
llama cli -hf IHaveNoClueAndIMustPost/Qwen3.6-27B-smol-MTP-IQ4_NL.gguf:IQ4_NL
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf IHaveNoClueAndIMustPost/Qwen3.6-27B-smol-MTP-IQ4_NL.gguf:IQ4_NL
# Run inference directly in the terminal:
llama cli -hf IHaveNoClueAndIMustPost/Qwen3.6-27B-smol-MTP-IQ4_NL.gguf:IQ4_NL
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 IHaveNoClueAndIMustPost/Qwen3.6-27B-smol-MTP-IQ4_NL.gguf:IQ4_NL
# Run inference directly in the terminal:
./llama-cli -hf IHaveNoClueAndIMustPost/Qwen3.6-27B-smol-MTP-IQ4_NL.gguf:IQ4_NL
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 IHaveNoClueAndIMustPost/Qwen3.6-27B-smol-MTP-IQ4_NL.gguf:IQ4_NL
# Run inference directly in the terminal:
./build/bin/llama-cli -hf IHaveNoClueAndIMustPost/Qwen3.6-27B-smol-MTP-IQ4_NL.gguf:IQ4_NL
Use Docker
docker model run hf.co/IHaveNoClueAndIMustPost/Qwen3.6-27B-smol-MTP-IQ4_NL.gguf:IQ4_NL
Quick Links

Qwen3.6-27B-smol-MTP-IQ4_NL from ubergarm with grafted MTP/draft tensors. Optimized for older hardware and/or Vulkan acceleration. Fits 131K context on 24GB depending on cache quantization levels and whether vision is loaded on GPU or not.

Downloads last month
43
GGUF
Model size
27B params
Architecture
qwen35
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 IHaveNoClueAndIMustPost/Qwen3.6-27B-smol-MTP-IQ4_NL.gguf

Base model

Qwen/Qwen3.6-27B
Quantized
(2)
this model