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

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

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

3 مستودعات

Awesome GitHub RepositoriesConfigurable Bit-Width Quantizers

Tools that allow configuring quantization to specific bit-width combinations like A16W16 or A8W4 before deployment.

Distinct from Model Quantization: Distinct from Model Quantization: focuses on selecting among multiple bit-width configurations rather than applying a single quantization technique.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Configurable Bit-Width Quantizers. Refine with filters or upvote what's useful.

Awesome Configurable Bit-Width Quantizers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • autogptq/autogptqالصورة الرمزية لـ AutoGPTQ

    AutoGPTQ/AutoGPTQ

    5,070عرض على GitHub↗

    AutoGPTQ هو مجموعة أدوات لضغط النماذج وإطار عمل للتكميم بعد التدريب مصمم لتقليل بصمة الذاكرة لنماذج اللغات الكبيرة. يستخدم خوارزمية GPTQ لضغط أوزان الشبكة العصبية، مما يقلل من متطلبات الأجهزة ويقلل من استخدام ذاكرة الفيديو (VRAM). يعمل المشروع كمسرع للاستنتاج من خلال توفير نواة محسنة تزيد من سرعة توليد الرموز (Tokens). يتميز بقابلية توسيع بنية النموذج، مما يسمح بإضافة قدرات التكميم إلى هياكل النماذج الجديدة من خلال أنماط قابلة للتكوين. يغطي إطار العمل خط أنابيب تكميم شامل، بما في ذلك ضغط الأوزان على مستوى الطبقة، وتقدير النطاق القائم على المعايرة، وتعيين الذاكرة الخاص بالدقة. كما يتضمن أنظمة لتقييم أداء النموذج لقياس تأثير التكميم على الدقة عبر مهام اللغة والتلخيص.

    Processes quantization sequentially across model layers to preserve numerical stability and output accuracy.

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

    pytorch/executorch

    4,296عرض على GitHub↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    Configures model quantization to specific bit-width combinations like A16W16 or A8W4 before deployment.

    Pythondeep-learningembeddedgpu
    عرض على GitHub↗4,296
  • tencent/pocketflowالصورة الرمزية لـ Tencent

    Tencent/PocketFlow

    2,914عرض على GitHub↗

    PocketFlow is an integrated toolkit for deep learning model compression, distributed training, and mobile format optimization. It provides a system for reducing the size and complexity of neural networks to improve inference efficiency, featuring a dedicated engine for knowledge distillation and a mobile model optimizer. The framework differentiates itself through an automated hyperparameter tuning system that uses reinforcement learning and statistical models to determine optimal compression ratios and layer-wise bit allocation. It also includes a distributed training system that utilizes mu

    Assigns different quantization bit-widths to individual network layers to balance inference speed and model accuracy.

    Pythonautomlcomputer-visiondeep-learning
    عرض على GitHub↗2,914
  1. Home
  2. Artificial Intelligence & ML
  3. Model Quantization
  4. Configurable Bit-Width Quantizers

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

  • Automated Bit AllocationUsing algorithmic search to assign different bit-widths to different layers for optimal efficiency. **Distinct from Configurable Bit-Width Quantizers:** Focuses on the automated search for the best bit distribution rather than manual configuration.
  • Layer-Wise Bit Allocation1 وسم فرعيThe process of assigning different bit-widths to different layers to optimize the trade-off between accuracy and efficiency. **Distinct from Configurable Bit-Width Quantizers:** Focuses on the allocation strategy across layers rather than just the ability to configure specific bit-widths.