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

ecu-pilot (GGUF Q4_K_M)

Quantized GGUF of ecu-pilot-fp16 — a fine-tuned Qwen3.5-35B-A3B for structured tool calling against project metadata via MCP.

Quantization

Source mach-kernel/ecu-pilot-fp16
Method Q4_K_M via llama.cpp
Size ~20 GB
Architecture Mixture of Experts (35B total, 3B active per token)

Usage

Ollama

# Create a Modelfile
echo 'FROM ./ecu-pilot-q4_k_m.gguf
PARAMETER temperature 0.2
PARAMETER num_ctx 8192
PARAMETER stop <|im_end|>' > Modelfile

ollama create ecu-pilot -f Modelfile
ollama run ecu-pilot

llama.cpp

llama-cli -m ecu-pilot-q4_k_m.gguf -ngl 99 -cnv

All variants

Format Repository Size
FP16 mach-kernel/ecu-pilot-fp16 ~67 GB
GGUF Q4_K_M (this repo) mach-kernel/ecu-pilot-q4km ~20 GB
GGUF Q8_0 mach-kernel/ecu-pilot-q8_0 ~35 GB
LoRA adapter mach-kernel/ecu-pilot-fp16-lora ~4 GB

Why "ecu"

No reason. Just liked how it sounded. Definitely not a Caesar cipher of anything. Don't look into it.

Downloads last month
10
GGUF
Model size
35B params
Architecture
qwen35moe
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 mach-kernel/ecu-pilot-q4km

Quantized
(10)
this model