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

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

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

2 مستودعات

Awesome GitHub Repositories8-bit Compression Tools

Specialized utilities for compressing models specifically to 8-bit precision.

Distinct from Model Compression Suites: Focuses specifically on 8-bit target precision, whereas Model Compression Suites are general.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · 8-bit Compression Tools. Refine with filters or upvote what's useful.

Awesome 8-bit Compression Tools GitHub Repositories

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

    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

    Provides a tool for compressing large language models to 8-bit precision for faster inference.

    Python
    عرض على GitHub↗8,277
  • bitsandbytes-foundation/bitsandbytesالصورة الرمزية لـ bitsandbytes-foundation

    bitsandbytes-foundation/bitsandbytes

    7,968عرض على GitHub↗

    bitsandbytes is a deep learning quantization tool and library designed to reduce the memory footprint of large language models. It serves as a GPU memory optimizer and quantization framework, compressing model weights and features to 8-bit and 4-bit precision to enable inference and training on hardware with limited memory. The project provides a framework for low-rank adaptation, allowing the fine-tuning of quantized models by combining 4-bit weights with small trainable matrices. It further distinguishes itself through memory paging, which moves optimizer states between CPU and GPU memory t

    Compresses model features to 8-bit precision to reduce memory usage while maintaining performance.

    Pythonllmmachine-learningpytorch
    عرض على GitHub↗7,968
  1. Home
  2. Artificial Intelligence & ML
  3. Model Optimization
  4. Compression Techniques
  5. Model Pruning
  6. Model Compression Suites
  7. 8-bit Compression Tools