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
·

9 Repos

Awesome GitHub RepositoriesOn-Load Quantizers

Tools that apply quantization at model load time, using prebuilt files or in-situ conversion.

Distinct from Quantized Model Implementations: Distinct from Quantized Model Implementations: focuses on the load-time quantization process, not the resulting model format.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · On-Load Quantizers. Refine with filters or upvote what's useful.

Awesome On-Load Quantizers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • linzaer/ultra-light-fast-generic-face-detector-1mbAvatar von Linzaer

    Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB

    7,536Auf GitHub ansehen↗

    Dieses Projekt bietet eine Suite leichtgewichtiger Gesichtserkennungsmodelle, die für die Inferenz mit hoher Geschwindigkeit auf Edge-Computing-Geräten entwickelt wurden. Es basiert auf einer kompakten neuronalen Netzwerkarchitektur, die die Erkennung menschlicher Gesichter in Umgebungen mit begrenzten Rechenressourcen und Leistungsbeschränkungen ermöglicht. Das System bietet quantisierte Gesichtserkenner in mehreren Formaten, um die Kompatibilität über verschiedene Hardwarearchitekturen hinweg sicherzustellen. Es enthält Dienstprogramme für den Modellexport und die Quantisierung, wodurch trainierte Gewichte in standardisierte Formate für hardwareunabhängige Bereitstellungen konvertiert werden können. Das Projekt deckt Workflows für das Training benutzerdefinierter Modelle und die Verarbeitung von Bilddatensätzen ab, um Präzisions- und Geschwindigkeitsprofile anzupassen. Es unterstützt Echtzeit-Computer-Vision-Aufgaben durch die Verwendung von Integer-only-Arithmetik und einer C-basierten Inferenz-Runtime, um den Overhead auf eingebetteter Hardware zu minimieren.

    Provides utilities for converting trained models into standardized, quantized formats for disk storage and loading.

    Python
    Auf GitHub ansehen↗7,536
  • ericlbuehler/mistral.rsAvatar von EricLBuehler

    EricLBuehler/mistral.rs

    6,597Auf GitHub ansehen↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    Applies quantization at load time, auto-selecting level based on hardware and using prebuilt files or in-situ conversion.

    Rustllmrustuqff
    Auf GitHub ansehen↗6,597
  • ailab-cvc/yolo-worldAvatar von AILab-CVC

    AILab-CVC/YOLO-World

    6,425Auf GitHub ansehen↗

    YOLO-World is a vision-language framework and open-vocabulary object detection model. It identifies objects in images and video based on free-form text prompts without requiring predefined category labels. The system enables the identification of arbitrary objects by fusing image features with text embeddings. It includes a specialized tool for automated image labeling, which generates bounding box annotations for custom datasets using text-based prompts. The project provides a deployment pipeline for converting models into quantized ONNX and TFLite formats, supporting real-time inference on

    Implements quantization during the model conversion process to shrink weights to 8-bit integers for edge inference.

    Python
    Auf GitHub ansehen↗6,425
  • dmlc/gluon-cvAvatar von dmlc

    dmlc/gluon-cv

    5,922Auf GitHub ansehen↗

    Gluon-CV ist eine MXNet-Computer-Vision-Bibliothek, die eine umfassende Sammlung vortrainierter Vision-Architekturen und Trainings-Pipelines bereitstellt. Sie dient als Deep-Learning-Research-Toolkit und Model-Zoo mit State-of-the-Art-Gewichten für die Bild- und Videoanalyse. Das Projekt enthält eine spezialisierte Bibliothek für Human-Pose-Estimation sowie ein Toolkit zur Modellkompression. Diese Tools ermöglichen das Pruning und die Quantisierung von Deep-Learning-Modellen, um die Inferenzgeschwindigkeit zu erhöhen und die Bereitstellung auf ressourcenbeschränkter Edge-Hardware zu erleichtern. Die Bibliothek deckt ein breites Spektrum an Vision-Funktionen ab, darunter Bildklassifizierung, Objekterkennung sowie semantische und Instanz-Segmentierung. Sie bietet zudem Tools für die Videoanalyse, wie Action-Recognition, Objekt-Tracking und monokulare Tiefenschätzung. Das Training wird durch automatisierte Pipelines und verteilte Multi-GPU-Workloads unterstützt, um die Modellkonvergenz zu beschleunigen.

    Converts trained networks into portable and quantized formats specifically for deployment on edge devices.

    Pythonaction-recognitioncomputer-visiondeep-learning
    Auf GitHub ansehen↗5,922
  • meta-pytorch/torchtuneAvatar von meta-pytorch

    meta-pytorch/torchtune

    5,774Auf GitHub ansehen↗

    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

    Provides tools to convert QAT-trained models into fully quantized formats for inference.

    Python
    Auf GitHub ansehen↗5,774
  • pytorch/torchtuneAvatar von pytorch

    pytorch/torchtune

    5,774Auf GitHub ansehen↗

    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 dedicated export step to convert QAT-fine-tuned checkpoints into fully quantized model formats.

    Python
    Auf GitHub ansehen↗5,774
  • opennmt/ctranslate2Avatar von OpenNMT

    OpenNMT/CTranslate2

    4,319Auf GitHub ansehen↗

    CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and GPU with optimizations for speed and memory efficiency. It functions as a model format converter, quantization tool, and REST API server, enabling deployment of neural machine translation, automatic speech recognition, and text generation models. The engine distinguishes itself through a suite of runtime optimizations including layer fusion, weight-matrix quantization, batch-by-length grouping, and a caching allocator that reuses GPU memory. It supports tensor-parallel model di

    Selects or changes the computation precision at load time, overriding the quantization used during conversion.

    C++avxavx2cpp
    Auf GitHub ansehen↗4,319
  • gabrielchua/open-notebooklmAvatar von gabrielchua

    gabrielchua/open-notebooklm

    2,568Auf GitHub ansehen↗

    This project is an automated audio production system that converts document content, such as PDFs, into spoken dialogue and audio files. It functions as a pipeline that transforms static text into natural two-person scripts for podcast generation. The system synthesizes realistic multilingual speech that includes regional accents and nonverbal cues like laughing or sighing. These voice tracks are combined with generated ambient background music and atmospheric noise to create layered audio compositions. The project also includes capabilities for conversational AI agents, utilizing generation

    Reduces memory usage by applying quantization at model load time for large language models.

    Python
    Auf GitHub ansehen↗2,568
  • k2-fsa/sherpa-ncnnAvatar von k2-fsa

    k2-fsa/sherpa-ncnn

    1,743Auf GitHub ansehen↗

    Sherpa-ncnn is an edge-based speech recognition and synthesis engine designed to run neural network models locally on mobile, embedded, and desktop hardware. It provides a cross-platform framework for offline speech-to-text transcription and text-to-speech synthesis, ensuring that all audio processing occurs on-device without requiring an internet connection or external cloud services. The project distinguishes itself through its use of the ncnn inference engine, which is optimized for low-latency execution on resource-constrained devices. It incorporates on-device model quantization to reduc

    Reduces neural network memory footprint through on-device model quantization for resource-constrained hardware.

    C++asrccpp
    Auf GitHub ansehen↗1,743
  1. Home
  2. Artificial Intelligence & ML
  3. Quantized Inference Runtimes
  4. Weight Quantization
  5. Quantized Model Implementations
  6. On-Load Quantizers

Unter-Tags erkunden

  • Live Re-QuantizersTools that swap quantization types on a running model without restarting the server. **Distinct from On-Load Quantizers:** Distinct from On-Load Quantizers: applies quantization changes to an already-loaded model at runtime, not during initial loading.
  • Quantized Model Exporters1 Sub-TagTools that write quantized model weights to disk in reusable formats for later loading. **Distinct from On-Load Quantizers:** Distinct from On-Load Quantizers: focuses on persisting quantized weights to disk, not the load-time conversion process.