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

local-llm-gguf โ€” weight mirror

Files loaded by the on-device assistant of the KakaoWork desktop app, re-uploaded byte-identical from their upstream repositories. The app needs a location whose bytes do not move under it; this repository is that location. Nothing here is our own work.

Every upstream repository below is Apache-2.0 and ungated. Please prefer the upstream repositories โ€” they hold the other quantizations and the model cards.

Files

File Size Upstream
gemma-4-E2B_q4_0-it.gguf 3.35 GB google/gemma-4-E2B-it-qat-q4_0-gguf
gemma-4-E4B_q4_0-it.gguf 5.15 GB google/gemma-4-E4B-it-qat-q4_0-gguf
Qwen3.5-2B-Q4_K_M.gguf 1.28 GB unsloth/Qwen3.5-2B-GGUF
Qwen3.5-4B-Q4_K_M.gguf 2.74 GB unsloth/Qwen3.5-4B-GGUF

kanana-2-3b-instruct-Q4_K_M.gguf is not here โ€” it is our own conversion and lives in DKTechin/kanana.

Credits

The models are by their creators โ€” Google (Gemma 4) and Alibaba/Qwen (Qwen3.5) โ€” and the GGUF builds are by the repositories listed above. Their licenses and terms of use apply to these copies unchanged.

If you maintain one of the upstream repositories and would rather this mirror not exist, open a discussion and we will remove it.

Downloads last month
599
GGUF
Model size
5B params
Architecture
gemma4
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