143 tok/s decode at parity with llama.cpp — the stable mid-size baseline.
PARAMETERS
7B
ARCHITECTURE
Dense
QUANT
Q4_K_M
VRAM
6 GB+
Mistral 7B remains a widely deployed dense baseline. IronWorks runs it fully GPU-resident with graph-captured decode at practical parity with llama.cpp (−3%, within run variance on consumer hardware).
# CLI (CUDA build)
cargo install ironworks-cli --features cuda
# or build from source
git clone https://github.com/nervosys/IronWorks && cd IronWorks
cargo build --release -p ironworks-cli --features cudaiwx complete -m Mistral-7B-Instruct-v0.3-Q4_K_M.gguf --gpu \
-p "What is Rust's ownership model?" -n 256
iwx serve -m Mistral-7B-Instruct-v0.3-Q4_K_M.gguf --port 8080iwx serve -m Mistral-7B-Instruct-v0.3-Q4_K_M.gguf --port 8080 \
--kv-cache-dir ~/.cache/ironworks/kv| METRIC | MEASURED | NOTES |
|---|---|---|
| Decode (tg128) | 143.6 ± 0.4 tok/s | llama.cpp same-session: 148.2 ± 2.3 (−3.1%) |
RTX 3090 Ti, single GPU, greedy tg128, same-session A/B vs llama.cpp CUDA build, 2026-05-28.