awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesModel Optimization

Tools for compressing, quantizing, and standardizing models.

Explore 7 awesome GitHub repositories matching part of an awesome list · Model Optimization. Refine with filters or upvote what's useful.

Awesome Model Optimization GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • onnx/onnxAvatar de onnx

    onnx/onnx

    20,358Ver en GitHub↗

    ONNX is an open-source standard for machine learning interoperability that provides a unified format for representing neural network models. By defining a common set of operators and a standardized file structure, it enables models to be shared, exported, and executed consistently across different training frameworks and software ecosystems. The project functions as an intermediate representation layer that decouples model development from deployment. It utilizes a language-neutral binary serialization format to store model structures and weights, ensuring that computational graphs remain por

    Open format for model interoperability across frameworks.

    Pythonaiartificial-intelligencedeep-learning
    Ver en GitHub↗20,358
  • ggml-org/ggmlAvatar de ggml-org

    ggml-org/ggml

    13,985Ver en GitHub↗

    GGML is a machine learning tensor library and neural network engine written in C. It functions as a compute-focused runtime designed to execute transformer-based models and perform complex mathematical operations on multi-dimensional arrays directly on local consumer hardware. The library distinguishes itself by enabling local inference for large language models and edge machine learning deployment without reliance on external cloud infrastructure. It achieves this through a tensor-based computation graph that organizes operations for efficient execution and memory management, alongside stati

    High-performance tensor library for CPU-based inference.

    C++automatic-differentiationlarge-language-modelsmachine-learning
    Ver en GitHub↗13,985
  • autogptq/autogptqAvatar de AutoGPTQ

    AutoGPTQ/AutoGPTQ

    5,070Ver en GitHub↗

    AutoGPTQ es un kit de herramientas de compresión de modelos y un framework de cuantización post-entrenamiento diseñado para reducir la huella de memoria de modelos de lenguaje grandes. Utiliza el algoritmo GPTQ para comprimir los pesos de las redes neuronales, reduciendo los requisitos de hardware y el uso de VRAM. El proyecto sirve como un acelerador de inferencia al proporcionar kernels optimizados que aumentan la velocidad de generación de tokens. Cuenta con extensibilidad de arquitectura de modelo, permitiendo que las capacidades de cuantización se añadan a nuevas estructuras de modelos mediante patrones configurables. El framework cubre una tubería de cuantización integral, incluyendo compresión de pesos por capa, estimación de escala basada en calibración y mapeo de memoria específico de precisión. También incluye sistemas para la evaluación del rendimiento del modelo para medir el impacto de la cuantización en la precisión en tareas de lenguaje y resumen.

    Quantization package for LLMs based on GPTQ.

    Python
    Ver en GitHub↗5,070
  • mit-han-lab/llm-awqAvatar de mit-han-lab

    mit-han-lab/llm-awq

    3,563Ver en GitHub↗

    MLSys 2024 Best Paper Award AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration

    Technique for weight quantization and model acceleration.

    Python
    Ver en GitHub↗3,563
  • intel/neural-compressorAvatar de intel

    intel/neural-compressor

    2,585Ver en GitHub↗

    Neural Compressor is a deep learning model compression toolkit and AI inference acceleration engine. It functions as an automated model quantization tool and hardware-aware model compiler designed to reduce the memory footprint of neural networks and decrease execution latency. The project provides specialized frameworks for optimizing large language models, utilizing weight-only quantization and hardware-specific kernels to improve the operational efficiency of generative AI workloads. It maps neural network operators to specialized CPU and GPU vector instructions to accelerate model executi

    Toolkit for model compression, pruning, and distillation.

    Pythonauto-tuningawqfp4
    Ver en GitHub↗2,585
  • casper-hansen/autoawqAvatar de casper-hansen

    casper-hansen/AutoAWQ

    2,342Ver en GitHub↗

    AutoAWQ implements the AWQ algorithm for 4-bit quantization with a 2x speedup during inference. Documentation:

    Package for 4-bit quantization of language models.

    Python
    Ver en GitHub↗2,342
  • huggingface/optimum-quantoAvatar de huggingface

    huggingface/optimum-quanto

    1,043Ver en GitHub↗

    A pytorch quantization backend for optimum

    Library for simplifying deep learning model quantization.

    Python
    Ver en GitHub↗1,043
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Model Optimization