Expand description
Error taxonomy for the speculative decoder.
Kept local (not merged into crate::error::TrustformerError) so that
decoder-internal diagnostics do not pollute the public transformer error
enum. A From bridge forwards errors to the crate-wide type when the
decoder is invoked from higher-level code.
Enums§
- Speculative
Decoding Error - Errors that can be raised during speculative decoding.
Type Aliases§
- Speculative
Decoding Result - Result alias used across the speculative-decoding module.