feature-gguf-distributed

This commit is contained in:
Dobromir Popov
2026-07-07 15:27:33 +03:00
parent 0e8acf5d59
commit 5e89bba78f
19 changed files with 1829 additions and 12 deletions

View File

@@ -0,0 +1,24 @@
# 06 — Networked distributed GGUF route
Status: pending
Depends on: 01, 03, 04, 05
## Goal
Run a GGUF-backed model over a real multi-node route using the tracker-selected route and per-shard local KV.
## Scope
- Extend node backend registry with GGUF layer ranges.
- Add route selection for GGUF nodes.
- Use the prefill/decode protocol.
- Track route health and queue depth.
- Bill by layer work and token work.
## Acceptance
- Two physical machines can serve one model route.
- Node dropout during alpha fails request cleanly.
- Tracker metrics show prefill TPS, decode TPS, seam latency, and cache memory.