awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesWeight Dequantization

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.

Awesome Weight Dequantization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • skyzh/tiny-llmskyzh 的头像

    skyzh/tiny-llm

    4,304在 GitHub 上查看↗

    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.

    Pythoncourselarge-language-modelllm
    在 GitHub 上查看↗4,304
  • city96/comfyui-ggufcity96 的头像

    city96/ComfyUI-GGUF

    3,291在 GitHub 上查看↗

    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.

    Python
    在 GitHub 上查看↗3,291
  1. Home
  2. Data & Databases
  3. In-Memory Data Stores
  4. Memory-Isolated Decryption
  5. On-the-Fly Decryption
  6. Weight Dequantization