Dobromir Popov
560de08edd
Normalize line endings to LF via .gitattributes
...
Adds a committed .gitattributes so Windows and Linux checkouts converge
on LF for all text files, overriding each developer's local core.autocrlf.
Renormalizes existing blobs (server.py, dashboard.html, etc.) that had
CRLF baked in, clearing the repo-wide phantom "modified" churn.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-08 16:15:32 +02:00
Dobromir Popov
5e89bba78f
feature-gguf-distributed
2026-07-07 15:27:33 +03:00
Dobromir Popov
1e0aa6ea8f
feat: USDT reward system — billing ledger, devnet treasury, settlement loop, forfeiture PoW, tracker dashboard (US-030…US-035, ADR-0015)
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-02 22:31:02 +02:00
Dobromir Popov
416ceba0f6
refine blockchain integration and protocols
2026-07-02 21:14:15 +02:00
Dobromir Popov
b02e07d308
docs: add ADRs and user stories for real model inference stack (US-011–014)
...
ADR-0008: binary activation wire format — raw bfloat16 over HTTP, zstd compression,
128-token chunked prefill; replaces base64 JSON (~33% overhead removed).
ADR-0009: coverage-first shard assignment and tracker-as-first-layer-node —
any node serving layers[0..k] becomes the inference entry point for that model;
bin-packing fills all coverage gaps before adding redundancy; tracker issues
LOAD_SHARD/DROP_SHARD rebalance directives; nodes declare VRAM + quantization.
US-011: binary wire format migration
US-012: real PyTorch layer execution (transformers + bitsandbytes, test on GPT-2)
US-013: coverage-first tracker bin-packing with VRAM-aware shard assignment
US-014: tracker-as-node (tracker node serves first layers + handles client requests)
CONTEXT.md: Tracker Node, Coverage Map, Rebalance Directive terms added.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-29 14:43:54 +03:00
Dobromir Popov
a2aa22fc08
docs: clarify validation slash model
2026-06-29 02:47:36 +03:00
Dobromir Popov
8900990193
docs: clarify contract boundary
2026-06-29 02:31:23 +03:00
Dobromir Popov
0f24a1d4f9
iinit
2026-06-28 23:49:11 +03:00