2 个仓库
Real-time recovery of original precision from quantized weights during model inference.
Distinct from On-the-Fly Decryption: Focuses on ML weight precision recovery during inference, not decryption of data stores.
Explore 2 awesome GitHub repositories matching data & databases · Weight Dequantization. Refine with filters or upvote what's useful.
tiny-llm is a large language model inference engine and transformer model implementation. It serves as a quantized model runtime and paged key-value cache manager, providing a specialized inference stack optimized for Apple Silicon. The system distinguishes itself through high-throughput execution techniques, including continuous batching and paged attention. It utilizes a paged memory system to eliminate fragmentation during token generation and employs on-the-fly dequantization of compressed weights to reduce the memory footprint during matrix multiplication. The project covers a broad ran
Performs on-the-fly recovery of original precision from compressed weights during model inference.
ComfyUI-GGUF is a memory optimizer and model loader for ComfyUI that enables the execution of large transformer-based generative models using quantized weights. It provides a system for loading GGUF formatted weights within a node-based diffusion interface to reduce GPU memory consumption. The project includes a quantization tool for converting standard model checkpoints into compressed binary formats and a tensor fixer to restore missing keys and correct architectures in binary model files. These utilities ensure that compressed models remain functional during inference on hardware with limi
Enables high-performance inference by recovering weight precision on-the-fly from compressed memory footprints.