Usage¶
TorbuQuant has four practical usage layers:
- Core vector quantization for tensor experiments.
- KV cache construction and byte accounting.
- Diagnostic HuggingFace cache wrappers and capture scripts.
- vLLM-oriented metadata and packed page contracts.
The current serving-critical warning is simple: HuggingFace wrappers reconstruct dense K/V for attention. They are useful for correctness checks, not for production throughput claims.
See: