Implementation Notes
TinyRustLM operational contract: ownership, state, and recovery
A source-grounded operational reading of the current global runtime, transfer ABI, model-load transaction, generation transaction, and recovery behavior.
From model bytes to Ready: TinyRustLM admission stages
The exact stages between a local .slm route and an accepted runtime model, including rollback and provenance limitations.
Recovering from TinyRustLM boundary errors without unnecessary reloads
A practical failure-classification guide for transfer, UTF-8, sampling, context, model, and generation errors.
Adding GGUF support without mislabeling SLM1
A concrete parser, tokenizer, tensor, quantization, test, and compatibility plan for real GGUF support alongside the existing custom container.
Inside the SLM1 model container
The exact 108-byte header, 64-byte tensor directory, tokenizer sections, quantized storage, checksum, and shape contract used by TinyRustLM.
How TinyRustLM generates one token
A source-grounded walk through embedding lookup, pre-norm attention, RoPE, causal KV-cache attention, residual flow, SwiGLU, logits, and sampling.
GGUF.MiRust.com implementation source audit — 2026-06-25
A code-and-artifact audit of the supplied TinyRustLM 0.1.0 source snapshot, including verified runtime features, exact model artifacts, test evidence, and critical gaps.