awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • linzaer/ultra-light-fast-generic-face-detector-1mbالصورة الرمزية لـ Linzaer

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

    7,536عرض على GitHub↗

    يوفر هذا المشروع مجموعة من نماذج اكتشاف الوجوه خفيفة الوزن المصممة للاستدلال عالي السرعة على أجهزة حوسبة الحافة. يركز على معمارية شبكة عصبية مدمجة تمكن من اكتشاف وجه الإنسان داخل بيئات تتميز بموارد حوسبة محدودة وقيود طاقة. يتميز النظام بكاشفات وجوه مكممة متاحة بتنسيقات متعددة لضمان التوافق عبر معماريات الأجهزة المتنوعة. يتضمن أدوات لتصدير النماذج وتكميمها، مما يسمح بتحويل الأوزان المدربة إلى تنسيقات قياسية للنشر المستقل عن الأجهزة. يغطي المشروع سير عمل لتدريب النماذج المخصصة ومعالجة مجموعات بيانات الصور لضبط ملفات تعريف الدقة والسرعة. يدعم مهام الرؤية الحاسوبية في الوقت الفعلي من خلال استخدام الحساب بالأعداد الصحيحة فقط ووقت تشغيل استدلال قائم على C لتقليل العبء على الأجهزة المدمجة.

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

    Python
    عرض على GitHub↗7,536
  • ericlbuehler/mistral.rsالصورة الرمزية لـ EricLBuehler

    EricLBuehler/mistral.rs

    6,597عرض على GitHub↗

    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
    عرض على GitHub↗6,597
  • ailab-cvc/yolo-worldالصورة الرمزية لـ AILab-CVC

    AILab-CVC/YOLO-World

    6,425عرض على GitHub↗

    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
    عرض على GitHub↗6,425
  • dmlc/gluon-cvالصورة الرمزية لـ dmlc

    dmlc/gluon-cv

    5,922عرض على GitHub↗

    Gluon-CV هي مكتبة رؤية حاسوبية لـ MXNet توفر مجموعة شاملة من معماريات الرؤية وخطوط أنابيب التدريب المنفذة مسبقاً. تعمل كمجموعة أدوات لأبحاث التعلم العميق وحديقة نماذج تحتوي على أوزان مدربة مسبقاً ومتطورة لتحليل الصور والفيديو. يتضمن المشروع مكتبة متخصصة لتقدير وضعية الإنسان ومجموعة أدوات لضغط النماذج. تسمح هذه الأدوات بتقليم وتكميم نماذج التعلم العميق لزيادة سرعة الاستدلال وتسهيل النشر على أجهزة الحافة المقيدة. تغطي المكتبة مجموعة واسعة من قدرات الرؤية، بما في ذلك تصنيف الصور، واكتشاف الكائنات، والتجزئة الدلالية والمثالية. كما توفر أدوات لتحليل الفيديو، مثل التعرف على الإجراءات، وتتبع الكائنات، وتقدير العمق أحادي العين. يتم دعم التدريب من خلال خطوط أنابيب مؤتمتة وأحمال عمل موزعة على وحدات GPU متعددة لتسريع تقارب النموذج.

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

    Pythonaction-recognitioncomputer-visiondeep-learning
    عرض على GitHub↗5,922
  • meta-pytorch/torchtuneالصورة الرمزية لـ meta-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

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

    Python
    عرض على GitHub↗5,774
  • pytorch/torchtuneالصورة الرمزية لـ pytorch

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

    Python
    عرض على GitHub↗5,774
  • opennmt/ctranslate2الصورة الرمزية لـ OpenNMT

    OpenNMT/CTranslate2

    4,319عرض على GitHub↗

    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
    عرض على GitHub↗4,319
  • gabrielchua/open-notebooklmالصورة الرمزية لـ gabrielchua

    gabrielchua/open-notebooklm

    2,568عرض على GitHub↗

    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
    عرض على GitHub↗2,568
  • k2-fsa/sherpa-ncnnالصورة الرمزية لـ k2-fsa

    k2-fsa/sherpa-ncnn

    1,743عرض على GitHub↗

    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
    عرض على GitHub↗1,743
  1. Home
  2. Artificial Intelligence & ML
  3. Quantized Inference Runtimes
  4. Weight Quantization
  5. Quantized Model Implementations
  6. On-Load Quantizers

استكشف الوسوم الفرعية

  • 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 وسم فرعيTools 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.