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

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

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

7 个仓库

Awesome GitHub RepositoriesQuantization Toolkits

Libraries providing block-wise quantization and efficient loading for memory-constrained model execution.

Distinct from Memory Optimization Techniques: Focuses on memory footprint reduction through quantization and layer loading, distinct from general memory optimization techniques.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Quantization Toolkits. Refine with filters or upvote what's useful.

Awesome Quantization Toolkits GitHub Repositories

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

    lyogavin/airllm

    11,508在 GitHub 上查看↗

    Airllm is a framework designed to execute and fine-tune large language models on consumer-grade hardware. By employing layer-wise model decomposition and memory-efficient loading techniques, the engine enables the operation of massive models that would otherwise exceed available system or video memory. The project distinguishes itself through a suite of optimization strategies that balance memory footprint with performance. It utilizes block-wise weight quantization and asynchronous layer prefetching to reduce resource consumption and hide data transfer latency. Additionally, the framework su

    Reduces the memory footprint of large models through block-wise quantization and efficient layer loading techniques.

    Jupyter Notebookchinese-llmchinese-nlpfinetune
    在 GitHub 上查看↗11,508
  • intel-analytics/ipex-llmintel-analytics 的头像

    intel-analytics/ipex-llm

    8,836在 GitHub 上查看↗

    ipex-llm is an acceleration library and inference engine designed to optimize the execution and finetuning of large language models on Intel GPUs and NPUs. It provides a HuggingFace compatible model backend and a dedicated quantization toolkit for converting model weights into low-bit precision formats. The project facilitates distributed inference by splitting large model workloads across multiple accelerators using pipeline and tensor parallelism. It enables the deployment of models on Intel Arc, Flex, and Max GPUs to increase throughput and reduce latency. The library covers a broad range

    Provides a set of tools for converting model weights into low-bit precision formats to reduce memory usage.

    Python
    在 GitHub 上查看↗8,836
  • timdettmers/bitsandbytestimdettmers 的头像

    timdettmers/bitsandbytes

    8,277在 GitHub 上查看↗

    bitsandbytes is a quantization library for large language models that reduces memory footprints using k-bit quantization. It provides a framework for 4-bit low-rank adaptation, tools for 8-bit model compression, and memory-efficient optimizer extensions for PyTorch. The project enables the training of large models on limited hardware through 4-bit quantization and low-rank adaptation weights. It also facilitates faster inference by compressing models to 8-bit precision using vector-wise quantization. The library covers a range of memory optimization capabilities, including optimizer memory r

    Offers a library for reducing the memory footprint of large language models using k-bit quantization.

    Python
    在 GitHub 上查看↗8,277
  • apple/ml-fastvlmapple 的头像

    apple/ml-fastvlm

    7,375在 GitHub 上查看↗

    This project is a vision language model framework and vision-to-text pipeline designed for deploying and optimizing models that process both images and text. It provides an on-device inference engine and a vision language model framework to run quantized models locally on mobile and desktop hardware accelerators. The framework features a model quantization toolkit to reduce weight precision for lower memory footprints and increased execution speed on specialized silicon. It also includes an efficient vision encoder utilizing a hybrid encoding system to compress image tokens, which reduces pro

    Ships a toolkit for reducing model weight precision to optimize memory footprints and execution speed on specialized silicon.

    Python
    在 GitHub 上查看↗7,375
  • pytorch/torchtunepytorch 的头像

    pytorch/torchtune

    5,774在 GitHub 上查看↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a configurable training pipeline orchestrated through YAML recipes, with CLI overrides and component swapping, distributed training via FSDP2, memory optimizations, and parameter-efficient fine-tuning methods like LoRA, DoRA, and QLoRA. The library distinguishes itself through its YAML-driven configuration system that defines all training parameters and instantiates components from config files, with full CLI override capability for any field or component at launch time. It suppo

    Provides a quantization toolkit for reducing model memory footprint and accelerating inference through post-training and quantization-aware training.

    Python
    在 GitHub 上查看↗5,774
  • meta-pytorch/torchtunemeta-pytorch 的头像

    meta-pytorch/torchtune

    5,774在 GitHub 上查看↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a config-driven system for instantiating components, orchestrating distributed training, and managing parameter-efficient fine-tuning with quantization support, all through YAML-based configurations and command-line overrides. The library distinguishes itself through its comprehensive post-training workflow orchestration, combining supervised fine-tuning, preference optimization (DPO, PPO, GRPO), knowledge distillation, and quantization-aware training in a single configurable pip

    Ships a toolkit for quantization-aware training and post-training quantization to reduce model size and accelerate inference.

    Python
    在 GitHub 上查看↗5,774
  • vllm-project/llm-compressorvllm-project 的头像

    vllm-project/llm-compressor

    2,764在 GitHub 上查看↗

    llm-compressor is a quantization toolkit and post-training library designed to reduce the memory footprint and size of large language models. It provides a framework for compressing models using weight and activation quantization to enable more efficient deployment. The project distinguishes itself through a distributed quantization framework that utilizes data-parallel processing and disk-based weight offloading to handle massive model checkpoints that exceed available system memory. It includes specialized compressors for diverse architectures, including Mixture-of-Experts, Vision-Language,

    Ships a comprehensive toolkit for compressing large language models using weight and activation quantization.

    Pythoncompressionquantizationsparsity
    在 GitHub 上查看↗2,764
  1. Home
  2. Artificial Intelligence & ML
  3. Memory Optimization Techniques
  4. Quantization Toolkits