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 @@
# 04 — Model artifact manifest and torrent distribution
Status: ready-for-agent
## Goal
Represent model artifacts independently from runtime routes so nodes can seed, verify, and advertise model files without relying on Hugging Face at runtime.
## Scope
- Define manifest schema.
- Include file/chunk hashes.
- Include tensor/layer map where available.
- Include tokenizer and chat template hashes.
- Include backend compatibility.
- Add torrent/magnet URI fields and HTTP fallback URLs.
- Extend node registration with artifact availability.
## Acceptance
- A model can be registered from a manifest without contacting Hugging Face.
- Tracker can show coverage by artifact and layer range.
- Node refuses to advertise corrupt artifacts.