Instructions to use isneezekittens/Carwin-28B-MTP-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use isneezekittens/Carwin-28B-MTP-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="isneezekittens/Carwin-28B-MTP-GGUF", filename="carwin-Q4_K_M.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 isneezekittens/Carwin-28B-MTP-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf isneezekittens/Carwin-28B-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf isneezekittens/Carwin-28B-MTP-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 isneezekittens/Carwin-28B-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf isneezekittens/Carwin-28B-MTP-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 isneezekittens/Carwin-28B-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf isneezekittens/Carwin-28B-MTP-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 isneezekittens/Carwin-28B-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf isneezekittens/Carwin-28B-MTP-GGUF:Q4_K_M
Use Docker
docker model run hf.co/isneezekittens/Carwin-28B-MTP-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use isneezekittens/Carwin-28B-MTP-GGUF with Ollama:
ollama run hf.co/isneezekittens/Carwin-28B-MTP-GGUF:Q4_K_M
- Unsloth Studio
How to use isneezekittens/Carwin-28B-MTP-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 isneezekittens/Carwin-28B-MTP-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 isneezekittens/Carwin-28B-MTP-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for isneezekittens/Carwin-28B-MTP-GGUF to start chatting
- Pi
How to use isneezekittens/Carwin-28B-MTP-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf isneezekittens/Carwin-28B-MTP-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": "isneezekittens/Carwin-28B-MTP-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use isneezekittens/Carwin-28B-MTP-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 isneezekittens/Carwin-28B-MTP-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 isneezekittens/Carwin-28B-MTP-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use isneezekittens/Carwin-28B-MTP-GGUF with Docker Model Runner:
docker model run hf.co/isneezekittens/Carwin-28B-MTP-GGUF:Q4_K_M
- Lemonade
How to use isneezekittens/Carwin-28B-MTP-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull isneezekittens/Carwin-28B-MTP-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Carwin-28B-MTP-GGUF-Q4_K_M
List all available models
lemonade list
Carwin-27B-GGUF-MTP
A dense 27B local model: a DARE-TIES merge of reasoning-heavy Darwin and agent/tool-calling-heavy Carnice, on the Qwen3.6-27B base, converted to GGUF with the Qwen3.6 MTP (multi-token prediction) head preserved in-file for self-speculative decoding in llama.cpp.
Why this exists
Built by a tech/AI hobbyist who enjoys tinkering with the Hermes agent framework. The goal was personal and specific: combine the tool-calling strength of Carnice with the reasoning of Darwin into one local, private model. This GGUF is the llama.cpp-format version, made to share and to keep a portable, runtime-agnostic copy. (An MLX build of the same model exists for Apple Silicon / oMLX.)
What it is
| Base | Qwen/Qwen3.6-27B |
| Reasoning parent | FINAL-Bench/Darwin-28B-Opus |
| Agent / tool-calling parent | kai-os/Carnice-V2-27b |
| Merge method | DARE-TIES (50/50, density 0.53 each, BF16) |
| Format | Q4_K_M GGUF, MTP head preserved (Q8_0 / F32) |
| Companion | optional vision projector (mmproj), untested on this merge |
| License | Apache-2.0 (all three parent lines permissive) |
How it was built
Built entirely on a single 32GB Mac Studio (M2 Max), agent-driven through the Hermes framework using a mix of MiMo v2.5 and GPT-5.5 โ no cloud GPUs or rented compute.
The model was produced from a full-precision BF16 master: a DARE-TIES merge of Darwin and Carnice against the Qwen3.6-27B base, with the 15-tensor Qwen3.6 MTP head grafted in. GGUF and MLX are separate branches off that one master โ GGUF is not converted from MLX.
GGUF path:
- Build mainline llama.cpp (Metal, build tag b9601 โ past the b9418 minimum for reliable Qwen3.6 MTP). Verified in the actual binary that
--spec-type draft-mtpis supported. - Convert the BF16 master to an F16 GGUF with
convert_hf_to_gguf.py(default bundles the MTP head;--no-mtpnot passed). Result: 866 tensors, 54.6 GB. - Verify the MTP head survived conversion by inspecting the GGUF tensor list (the
mtp.*head maps toblk.64.nextn.*, plus theqwen35.nextn_predict_layersmetadata key). - Quantize the body to Q4_K_M while pinning the draft-head tensors high:
--tensor-type "nextn=Q8_0". The body is Q4_K_M;blk.64.nextn.eh_projstays Q8_0 and thenextnnorms stay F32, so the draft head isn't degraded. - Verify again that the
nextntensors and their high precision survived quantization, by tensor-list inspection โ not by assuming the command worked. Silent MTP drop is the known failure mode for this kind of build, so presence is always confirmed by reading the actual tensor list.
Files
| File | Purpose |
|---|---|
carwin-Q4_K_M.gguf |
Main model. Q4_K_M body, MTP head at Q8_0 / F32. |
carwin-mmproj-f16.gguf |
Optional vision projector. Only needed for image input. Untested on this merge. |
Running (llama.cpp)
Requires a recent llama.cpp build (b9418 or newer) for Qwen3.6 MTP support.
llama-server -m carwin-Q4_K_M.gguf \
--spec-type draft-mtp \
--spec-draft-n-max 1 \
-ngl 99 \
-c 8192
Notes:
- Always set an explicit
-c. Recent llama.cpp builds default to the model's full context window; the resulting KV cache can exhaust system memory. - Try
--spec-draft-n-max 1first. Dense ~27B models can regress at higher draft values โ benchmark 1 vs 3 on your own hardware. - Because the body is a merge that drifted from stock Qwen3.6 while the MTP head comes from the base, draft acceptance may run lower than stock Qwen3.6. Coherent output with non-zero acceptance is the working bar.
- Vision: add
--mmproj carwin-mmproj-f16.gguffor image input. Untested on this merge; vision and MTP may not combine in a single session.
Validation
- MTP head verified present and high-precision in both the F16 and the Q4 GGUF, by tensor-list inspection.
- Reasoning: the bat-and-ball problem is answered correctly with clean step-by-step working (the ball costs $0.05).
Performance (tokens/sec, draft-acceptance rate) has not been benchmarked under controlled conditions and is intentionally not stated here. Measure it on your own hardware.
Known quirks
- Identity: the model may identify as Gemini. This is cosmetic lineage residue from the merge, not a fault.
- Dense 27B: thorough and local, not small-and-fast.
- MTP preserved, acceptance unproven on this merge: the head is physically in the file; how well speculative decoding accepts on the merged body is for you to measure.
- Vision is untested on this merge.
Credits
All credit to the authors of the parent models and base: FINAL-Bench/Darwin-28B-Opus, kai-os/Carnice-V2-27b, and Qwen/Qwen3.6-27B. Merged with mergekit; MTP support via llama.cpp PR #22673.
- Downloads last month
- 94
4-bit