Expand description
quant-codec-core trait implementations for fib-quant.
This module implements the VectorCodec, CodecProfile, and
KvCacheCodec traits from quant-codec-core so that fib-quant
can be used through the shared codec trait boundary by poly-kv,
quant-governor, and scr-runtime-compression.
This is an additive compatibility layer behind the compat feature
gate. It does not change any existing fib-quant APIs.
Structs§
- FibKv
Codec - KV cache codec wrapping fib-quant’s KV compression.
Constants§
- FIB_
QUANT_ CODEC_ ID - Codec ID string for fib-quant.
Functions§
- eval_
compress - Run a compression eval using the quant-codec-core EvalReport type.