awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

41 Repos

Awesome GitHub RepositoriesQuantization

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

Awesome Quantization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tensorflow/tensorflowAvatar von tensorflow

    tensorflow/tensorflow

    195,697Auf GitHub ansehen↗

    TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The system provides high-level interfaces for defining neural network architectures, alongside a robust engine for managing multidimensional array structures and tensor mathematics. The framework distinguishes itself through a scalable distributed runtime that orchestrates workloads acr

    Improves inference speed and reduces memory footprint by applying post-training quantization or quantization-aware training.

    C++deep-learningdeep-neural-networksdistributed
    Auf GitHub ansehen↗195,697
  • huggingface/transformersAvatar von huggingface

    huggingface/transformers

    161,630Auf GitHub ansehen↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Reduces memory footprints by storing model weights in lower-precision formats while maintaining performance accuracy.

    Pythonaudiodeep-learningdeepseek
    Auf GitHub ansehen↗161,630
  • ggerganov/llama.cppAvatar von ggerganov

    ggerganov/llama.cpp

    116,912Auf GitHub ansehen↗

    llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across various hardware architectures. It provides the core components for local model execution, including a dedicated model quantizer for compressing weights into the GGUF format and a system for generating text embeddings for semantic search. The project distinguishes itself through specialized memory and execution optimizations, such as block-wise weight quantization to reduce memory footprints and memory-mapped model loading. It supports structured text generation by using formal

    Implements model quantization to reduce the memory footprint of language models for consumer hardware.

    C++
    Auf GitHub ansehen↗116,912
  • vllm-project/vllmAvatar von vllm-project

    vllm-project/vllm

    83,048Auf GitHub ansehen↗

    vLLM is a high-throughput inference engine designed for the efficient serving and execution of large language models. It functions as a production-ready distributed model server, providing standard API protocols for online serving while also supporting offline batch processing. The system is built to maximize token generation speed and memory efficiency, enabling both large-scale cloud deployments and local execution on personal hardware. The project distinguishes itself through advanced memory management and request scheduling techniques, most notably its use of non-contiguous key-value cach

    Compresses large neural networks to reduce memory footprint while maintaining performance on resource-constrained hardware.

    Pythonamdblackwellcuda
    Auf GitHub ansehen↗83,048
  • mlabonne/llm-courseAvatar von mlabonne

    mlabonne/llm-course

    80,178Auf GitHub ansehen↗

    This project is a comprehensive educational curriculum and engineering handbook focused on the lifecycle of large language models. It serves as a structured knowledge base for machine learning practitioners, covering the fundamental mathematical and architectural principles of transformer-based sequence modeling, as well as the practical implementation of supervised instruction fine-tuning and preference-based model alignment. The repository distinguishes itself by providing a deep dive into advanced model composition and optimization techniques. It details methodologies for weight-space mode

    Details methods for reducing memory footprints by mapping high-precision weights to lower-bit integer representations.

    courselarge-language-modelsllm
    Auf GitHub ansehen↗80,178
  • hiyouga/llama-efficient-tuningAvatar von hiyouga

    hiyouga/LLaMA-Efficient-Tuning

    72,239Auf GitHub ansehen↗

    This project is a fine-tuning framework and training pipeline designed to optimize and adapt large language and vision models. It provides a specialized toolkit for parameter-efficient tuning and supervised learning, serving as both a trainer for multimodal models and a deployment tool for serving fine-tuned models via high-performance inference engines. The framework focuses on reducing memory and compute requirements by updating a small subset of model parameters. It supports a wide range of adaptation strategies, including vision-language model training to align text, image, video, and aud

    Utilizes quantization techniques to reduce the memory footprint and hardware requirements of large models.

    Python
    Auf GitHub ansehen↗72,239
  • sgl-project/sglangAvatar von sgl-project

    sgl-project/sglang

    29,079Auf GitHub ansehen↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Reduces memory footprint by applying quantization methods like AWQ, FP8, and GPTQ during model loading.

    Pythonattentionblackwellcuda
    Auf GitHub ansehen↗29,079
  • liguodongiot/llm-actionAvatar von liguodongiot

    liguodongiot/llm-action

    23,169Auf GitHub ansehen↗

    This project is a comprehensive framework for the training, fine-tuning, and deployment of large language models. It functions as a distributed deep learning platform that enables users to scale model workflows across multiple hardware nodes while providing tools for model evaluation and performance benchmarking. The platform distinguishes itself by offering specialized utilities for model compression and weight transformation, allowing users to reduce memory footprints and latency through quantization and pruning. It supports the adaptation of large models for consumer-grade hardware, facili

    Reduces memory footprint and latency through quantization, pruning, and weight conversion techniques.

    HTMLllmllm-inferencellm-serving
    Auf GitHub ansehen↗23,169
  • tencent/ncnnAvatar von Tencent

    Tencent/ncnn

    22,811Auf GitHub ansehen↗

    ncnn is a high-performance neural network inference framework designed for executing deep learning models locally on mobile and desktop hardware. It functions as a specialized engine that enables the deployment of artificial intelligence tasks directly on resource-constrained devices, eliminating the need for external network connectivity or cloud-based processing services. The framework provides a comprehensive toolset for model optimization, allowing users to convert and quantize machine learning models into specialized binary structures. By utilizing static model graph compilation and zero

    Converts and quantizes machine learning models into specialized structures that accelerate performance on local hardware processors.

    C++androidarm-neonartificial-intelligence
    Auf GitHub ansehen↗22,811
  • mlc-ai/mlc-llmAvatar von mlc-ai

    mlc-ai/mlc-llm

    22,057Auf GitHub ansehen↗

    MLC LLM is a machine learning compiler and inference engine designed to execute large language models locally across diverse hardware platforms, including desktop, mobile, and web environments. By utilizing machine learning compilation, the project transforms high-level model definitions into specialized, hardware-specific binary libraries. This process optimizes model weights and generates compute kernels tailored to the unique memory and processing characteristics of target graphics and mobile hardware. The engine distinguishes itself by providing a unified runtime abstraction that enables

    Configures model files and applies quantization techniques to convert weights into optimized formats for deployment.

    Pythonlanguage-modelllmmachine-learning-compilation
    Auf GitHub ansehen↗22,057
  • verl-project/verlAvatar von verl-project

    verl-project/verl

    22,000Auf GitHub ansehen↗

    This project is a distributed training infrastructure designed for aligning large language models through reinforcement learning. It functions as an end-to-end engine for complex alignment tasks, including proximal policy optimization, direct preference optimization, and iterative self-play. By providing a unified framework for multi-turn interactions and tool-use scenarios, it enables the development of models capable of reasoning and external environment engagement. The framework distinguishes itself through a decoupled architecture that separates model training from sample generation. This

    Reduces model size and computational requirements by converting high-precision weights into lower-precision formats.

    Python
    Auf GitHub ansehen↗22,000
  • systran/faster-whisperAvatar von SYSTRAN

    SYSTRAN/faster-whisper

    21,043Auf GitHub ansehen↗

    Faster-Whisper is a high-performance implementation of the Whisper speech-to-text model designed for efficient audio transcription. It provides an end-to-end processing pipeline that converts spoken audio into written text while maintaining lower memory consumption and faster execution speeds than standard implementations. The project achieves its performance through a specialized inference engine that utilizes optimized kernels and weight quantization to reduce computational complexity. It supports large-scale operations by grouping audio segments into dynamic batches and filtering out non-s

    Reduces the memory footprint and computational requirements of transcription models through quantization and format conversion for deployment on standard hardware.

    Pythondeep-learninginferenceopenai
    Auf GitHub ansehen↗21,043
  • xenova/transformers.jsAvatar von xenova

    xenova/transformers.js

    16,141Auf GitHub ansehen↗

    Transformers.js is a JavaScript library and web machine learning framework designed to run pretrained transformer models directly in the browser. It serves as a client-side inference engine and a wrapper for the ONNX Runtime, enabling the execution of multimodal AI tasks on user devices without the need for a backend server. The library distinguishes itself by providing a unified toolkit for processing text, image, and audio data locally. This architecture supports privacy-preserving model inference and reduces latency by performing all computations on the client's hardware. Its capabilities

    Reduces memory footprint and bandwidth by utilizing quantized data types for models in resource-constrained environments.

    JavaScript
    Auf GitHub ansehen↗16,141
  • tracel-ai/burnAvatar von tracel-ai

    tracel-ai/burn

    15,474Auf GitHub ansehen↗

    Burn is a deep learning framework designed for building, training, and deploying neural networks using a modular architecture. As a machine learning library built in Rust, it provides a backend-agnostic computational engine that enables the execution of models across diverse hardware, including central processors, graphics processors, and web runtimes. The framework distinguishes itself through a highly portable design that allows developers to maintain a single workflow for both training and inference across heterogeneous environments. It incorporates advanced optimization techniques such as

    Compresses model weights and activations into lower-bit representations to reduce memory and computational requirements.

    Rustautodiffcross-platformcuda
    Auf GitHub ansehen↗15,474
  • ggerganov/ggmlAvatar von ggerganov

    ggerganov/ggml

    14,831Auf GitHub ansehen↗

    ggml is a low-level C++ tensor library and machine learning inference engine designed for performing mathematical operations on multi-dimensional arrays across diverse hardware platforms. It provides a foundational toolset for executing machine learning models and calculating mathematical gradients through an automatic differentiation library. The project features a quantized tensor framework that converts floating-point weights into integer representations to reduce memory usage and increase inference speed. It utilizes a custom binary format for model serialization to ensure rapid loading a

    Implements a framework that converts high-precision weights into lower-precision formats to reduce model size.

    C++
    Auf GitHub ansehen↗14,831
  • modelscope/ms-swiftAvatar von modelscope

    modelscope/ms-swift

    14,597Auf GitHub ansehen↗

    This project is a comprehensive toolkit designed for the full lifecycle management of large language and multimodal models. It functions as a unified orchestrator that handles the entire development process, ranging from dataset preparation and supervised fine-tuning to advanced reinforcement learning alignment and production-ready inference deployment. The platform distinguishes itself through a specialized reinforcement learning library that supports complex optimization algorithms, including group relative policy optimization and leave-one-out techniques, to improve model instruction-follo

    A training suite that optimizes memory usage and performance through model quantization and high-performance hardware-specific kernels.

    Pythondeepseek-r1embeddinggrpo
    Auf GitHub ansehen↗14,597
  • alibaba/mnnAvatar von alibaba

    alibaba/MNN

    14,242Auf GitHub ansehen↗

    MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a comprehensive environment for executing, optimizing, and deploying neural network models directly on mobile and resource-constrained edge devices. The framework distinguishes itself through a robust model optimization toolkit that supports quantization, compression, and structural graph manipulation to minimize memory footprint and maximize execution speed. It features a modular architecture that abstracts hardware-specific backends, allowing models to run efficiently across diverse

    Supports training models with quantization constraints to reduce memory footprint and improve inference speed.

    C++armconvolutiondeep-learning
    Auf GitHub ansehen↗14,242
  • paddlepaddle/paddledetectionAvatar von PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Auf GitHub ansehen↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Supports quantization-aware training to improve inference efficiency on resource-constrained hardware.

    Pythonblazefacedeepsortdetr
    Auf GitHub ansehen↗14,243
  • wdndev/llm_interview_noteAvatar von wdndev

    wdndev/llm_interview_note

    12,438Auf GitHub ansehen↗

    This project is a comprehensive technical reference and educational resource focused on the lifecycle of large language models. It provides structured learning materials that cover the foundational mechanics of transformer architectures, the mathematical principles of attention mechanisms, and the engineering practices required for modern generative artificial intelligence. The repository serves as a guide for both technical skill development and professional preparation, offering a curriculum that spans from model training and inference optimization to advanced alignment techniques. It detai

    Utilizes quantization frameworks to reduce model memory footprint and accelerate inference execution.

    HTMLinterviewllmllm-interview
    Auf GitHub ansehen↗12,438
  • axolotl-ai-cloud/axolotlAvatar von axolotl-ai-cloud

    axolotl-ai-cloud/axolotl

    12,059Auf GitHub ansehen↗

    Axolotl is a configuration-driven framework designed for the fine-tuning, evaluation, and quantization of large language models. It functions as a comprehensive orchestrator for distributed training, enabling users to manage complex workflows across multi-node and multi-GPU environments. By utilizing structured configuration files, the platform streamlines the setup of training parameters, dataset paths, and hardware distribution strategies. The project distinguishes itself through its support for diverse training methodologies, including full-parameter tuning, parameter-efficient adaptation,

    Reduces the memory footprint and improves inference speed of models through precision reduction and specialized training kernels.

    Pythonfine-tuningllm
    Auf GitHub ansehen↗12,059
Vorherige123Nächste
  1. Home
  2. Artificial Intelligence & ML
  3. Model Optimization
  4. Quantization

Unter-Tags erkunden

  • Model Quantization2 Sub-TagsTechniques and tools for reducing the memory footprint and computational requirements of neural networks to improve inference performance.
  • Model Quantization Frameworks3 Sub-TagsFrameworks that reduce model size and computational requirements by converting high-precision weights into lower-precision formats.
  • Quantization Methods1 Sub-TagTechniques for reducing the precision of model weights to decrease memory usage and accelerate inference.
  • Quantization Plugin InterfacesExtensible interfaces that allow developers to register custom quantization methods.