awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • skyzh/tiny-llmAvatar von skyzh

    skyzh/tiny-llm

    4,304Auf GitHub ansehen↗

    tiny-llm ist eine Inferenz-Engine für große Sprachmodelle und eine Transformer-Modell-Implementierung. Sie dient als Laufzeitumgebung für quantisierte Modelle und als Paged-Key-Value-Cache-Manager und bietet einen spezialisierten Inferenz-Stack, der für Apple Silicon optimiert ist. Das System zeichnet sich durch High-Throughput-Ausführungstechniken aus, einschließlich Continuous Batching und Paged Attention. Es nutzt ein Paged-Memory-System, um Fragmentierung während der Token-Generierung zu eliminieren, und verwendet On-the-Fly-Dequantisierung komprimierter Gewichte, um den Speicherbedarf während der Matrixmultiplikation zu reduzieren. Das Projekt deckt ein breites Spektrum an Modellarchitektur- und Performance-Funktionen ab, wie Mixture-of-Experts-Routing, Grouped Query Attention und Flash Attention. Es umfasst Unterstützung für fortgeschrittene Decoding-Logik, einschließlich Greedy Decoding und Sampling via Temperature, Top-K- und Top-P-Methoden. Die Implementierung ist in Python geschrieben und enthält benutzerdefinierte Low-Level-Kernel zur Beschleunigung der Tensor-Verarbeitung auf der Hardware.

    Performs on-the-fly recovery of original precision from compressed weights during model inference.

    Pythoncourselarge-language-modelllm
    Auf GitHub ansehen↗4,304
  • city96/comfyui-ggufAvatar von city96

    city96/ComfyUI-GGUF

    3,291Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,291
  1. Home
  2. Data & Databases
  3. In-Memory Data Stores
  4. Memory-Isolated Decryption
  5. On-the-Fly Decryption
  6. Weight Dequantization