How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf mach-kernel/ecu-pilot-q4km: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 mach-kernel/ecu-pilot-q4km:Q4_K_M
Run Hermes
hermes
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
13
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
(11)
this model