Skip to main content

Module error

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§

SpeculativeDecodingError
Errors that can be raised during speculative decoding.

Type Aliases§

SpeculativeDecodingResult
Result alias used across the speculative-decoding module.