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

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

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

3 مستودعات

Awesome GitHub RepositoriesQuantized Fine-Tuning Frameworks

Comprehensive systems that integrate weight quantization and adapter training for efficient model adaptation.

Distinct from Model Quantization Frameworks: Combines quantization and training into a single framework, rather than just a quantization tool.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Quantized Fine-Tuning Frameworks. Refine with filters or upvote what's useful.

Awesome Quantized Fine-Tuning Frameworks GitHub Repositories

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

    artidoro/qlora

    10,929عرض على GitHub↗

    This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation library and a four-bit quantizer to reduce the GPU memory requirements needed to train large models. The framework utilizes four-bit quantization and low-rank adapters to enable model training on consumer-grade hardware. It further reduces the memory footprint through double quantization and a paged optimizer that offloads states to system RAM. The system supports distributed training across multiple GPUs to handle larger parameter scales and includes utilities for custom dataset

    Provides a comprehensive framework combining four-bit quantization and low-rank adapters for memory-efficient LLM training.

    Jupyter Notebook
    عرض على GitHub↗10,929
  • h2oai/h2o-llmstudioالصورة الرمزية لـ h2oai

    h2oai/h2o-llmstudio

    4,977عرض على GitHub↗

    h2o-llmstudio هو إطار عمل لتدريب نماذج اللغة يوفر واجهة رسومية بدون كود لضبط النماذج اللغوية الكبيرة على مجموعات بيانات مخصصة. يعمل كأداة متخصصة لإدارة دورة حياة التدريب، من تكوين المعلمات الفائقة إلى مراقبة مقاييس الأداء. يتميز المشروع من خلال منسق تدريب متعدد وحدات معالجة الرسومات (multi-GPU) يوزع أعباء العمل عبر معالجة البيانات المتوازية وأداة تكيف منخفضة الرتبة (LoRA) للضبط الدقيق الموفر للذاكرة. كما يتضمن لوحة معلومات لتقييم النموذج تتميز بواجهة دردشة تفاعلية للتحقق من أداء المحادثة وجودة الاستجابة. تغطي المنصة سطح إمكانيات واسعاً بما في ذلك إعداد مجموعة البيانات مع تعيين المخطط، وتكميم النموذج لتقليل بصمات الذاكرة، وإدارة التجارب لمقارنة عمليات التدريب. كما توفر أدوات لتصدير النموذج المحلي والنشر في مراكز النماذج المجتمعية. يتضمن النظام واجهة سطر أوامر لتشغيل التجارب وإدارة ملفات المخرجات ضمن سير العمل الآلي.

    Ships a comprehensive framework that integrates weight quantization and adapter training for efficient model adaptation.

    Pythonaichatbotchatgpt
    عرض على GitHub↗4,977
  • answerdotai/fsdp_qloraالصورة الرمزية لـ AnswerDotAI

    AnswerDotAI/fsdp_qlora

    1,548عرض على GitHub↗

    This framework provides a toolkit for fine-tuning large language models by combining distributed data parallelism with parameter sharding and quantization techniques. It is designed to scale the training of massive neural networks across multiple graphics processors, enabling the execution of models that exceed the memory capacity of individual hardware units. The library distinguishes itself by integrating low-rank adaptation with memory-efficient weight loading and quantization-aware parameter sharding. By initializing model weights directly on the graphics processor and applying granular l

    Provides a toolkit for fine-tuning large language models using memory-efficient quantization and sharded data parallelism.

    Jupyter Notebook
    عرض على GitHub↗1,548
  1. Home
  2. Artificial Intelligence & ML
  3. Model Optimization
  4. Quantization
  5. Model Quantization Frameworks
  6. Quantized Fine-Tuning Frameworks