Instructions to use mradermacher/KAT-Dev-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/KAT-Dev-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/KAT-Dev-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/KAT-Dev-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/KAT-Dev-GGUF", filename="KAT-Dev.IQ4_XS.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/KAT-Dev-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/KAT-Dev-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/KAT-Dev-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/KAT-Dev-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/KAT-Dev-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 mradermacher/KAT-Dev-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/KAT-Dev-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 mradermacher/KAT-Dev-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/KAT-Dev-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/KAT-Dev-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/KAT-Dev-GGUF with Ollama:
ollama run hf.co/mradermacher/KAT-Dev-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/KAT-Dev-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for mradermacher/KAT-Dev-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for mradermacher/KAT-Dev-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/KAT-Dev-GGUF to start chatting
- Pi
How to use mradermacher/KAT-Dev-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf mradermacher/KAT-Dev-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mradermacher/KAT-Dev-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use mradermacher/KAT-Dev-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf mradermacher/KAT-Dev-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default mradermacher/KAT-Dev-GGUF:Q4_K_M
Run Hermes
hermes
- Docker Model Runner
How to use mradermacher/KAT-Dev-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/KAT-Dev-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/KAT-Dev-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/KAT-Dev-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.KAT-Dev-GGUF-Q4_K_M
List all available models
lemonade list
This model gives errors in cline, but new official one does not
Hello, This model gives errors in cline.
This model gives errors in cline, but new official one does not. So better try that one.
Just use the Mungert version with roocode works wonders, is way smarter then other versions I tried, no errors. No template leave it empty.
Use Jan.ai only as I confirm it works. Lmstudio does not work reliably for some reason.
https://huggingface.co/Mungert/KAT-Dev-GGUF
Also ask Mungert for 72B quant here: https://huggingface.co/Mungert/KAT-Dev-GGUF/discussions/1#68eaa964d682b00623299df8
update
It seems no errors are present when running:
Jan.ai v0.7.1 recent versions are unstable errors above
Mungert-kat-Dev https://huggingface.co/Mungert/KAT-Dev-GGUF
No jinja template at all.
Context set to 90k
GPU layers 100
Others settings to default
roocode v3.28.15
vscode:
Version: 1.105.1 (user setup)
Commit: 7d842fb85a0275a4a8e4d7e040d2625abbf7f084
Date: 2025-10-14T22:33:36.618Z
Electron: 37.6.0
ElectronBuildId: 12502201
Chromium: 138.0.7204.251
Node.js: 22.19.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26100
If you decide to test Jan.ai with other jinja templates you need to restart it and vscode close apps and start fresh, otherwise false positives happen.
No template has nice formatting, somehow it gets removed with even official template
This needs permanent fix






