Skip to main content

Crate llama_runtime

Crate llama_runtime 

Source
Expand description

§llama-runtime

Runtime execution and verification helpers for llama.rs.

This crate includes:

  • A MockEngine demonstrating the narrow-waist LlamaEngine trait
  • A Phase-1 verification harness for LLAMA-006: full_forward(prompt) logits vs prefill(prompt[:-1]) + decode(last_token) logits.

Structs§

KvEquivalenceReport
Result of a KV equivalence run.
MockEngine
A mock engine implementation for Milestone A.
RuntimeVerifier
Minimal deterministic runtime verifier used for LLAMA-006 true tests.

Enums§

RuntimeError
Errors for runtime verification routines.