How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf hinny/Qwen3.5-4B-GGUF-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf hinny/Qwen3.5-4B-GGUF-Q4_K_M:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf hinny/Qwen3.5-4B-GGUF-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf hinny/Qwen3.5-4B-GGUF-Q4_K_M:Q4_K_M
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 hinny/Qwen3.5-4B-GGUF-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf hinny/Qwen3.5-4B-GGUF-Q4_K_M:Q4_K_M
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 hinny/Qwen3.5-4B-GGUF-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf hinny/Qwen3.5-4B-GGUF-Q4_K_M:Q4_K_M
Use Docker
docker model run hf.co/hinny/Qwen3.5-4B-GGUF-Q4_K_M:Q4_K_M
Quick Links

Qwen3.5-4B-GGUF-Q4_K_M

GGUF conversion of Qwen/Qwen3.5-4B for llama.cpp.

Files

  • Qwen3.5-4B-Q4_K_M.gguf (recommended for laptop use)
  • Qwen3.5-4B-f16.gguf (source full precision)

Example (llama.cpp)

llama-cli -m Qwen3.5-4B-Q4_K_M.gguf -p "Hello"
Downloads last month
108
GGUF
Model size
4B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for hinny/Qwen3.5-4B-GGUF-Q4_K_M

Finetuned
Qwen/Qwen3.5-4B
Quantized
(256)
this model