Views
No views yet
| File | What it is |
|---|---|
q-bonsai-8b.v1.holo | ONE Range-streamable file: boot-ordered BLAKE3-verified blocks + embedded tokenizer. The reader serves tensors while the download is still in flight and warm-persists to OPFS (second visit = zero network, works offline). |
manifest.json + b/*.gz | The same blocks as loose content-addressed parts (sha256 transport axis). |
manifest.blake3.json + sha256-to-blake3.map.json | The canonical BLAKE3 (κ) axis. |
tokenizer.gguf | The source GGUF header (tokenizer + arch), for serverless load. |
did:holo:sha256:a0dc81f26ec5ce98b28ee9c1fab620e91c20720f777e1de6bc416317f54d27e2sha256:8bf47176c881493a795cd911abb53603a27efc0d97ad8b5ed76f2df75b2e7816.holo determinism witness: sha256:7c9d809ce70ad143… (same input dir → byte-identical file)LICENSE and NOTICE.txt.
Conversion: compile2bit.mjs q1 mode (pass-through re-layout) + holo-kappa-pack.mjs, part of the
Hologram Q substrate. Format q1: blob = [signs N·K/8 B][f32 scales N·K/128·4 B] per tensor;
GEMV kernel dequantizes inside the matmul (weights never expand to dense f32 in memory).