awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesQuantization Methods

Techniques for reducing the precision of model weights to decrease memory usage and accelerate inference.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Quantization Methods. Refine with filters or upvote what's useful.

Awesome Quantization Methods GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mlabonne/llm-courseAvatar de mlabonne

    mlabonne/llm-course

    80,178Ver en GitHub↗

    This project is a comprehensive educational curriculum and engineering handbook focused on the lifecycle of large language models. It serves as a structured knowledge base for machine learning practitioners, covering the fundamental mathematical and architectural principles of transformer-based sequence modeling, as well as the practical implementation of supervised instruction fine-tuning and preference-based model alignment. The repository distinguishes itself by providing a deep dive into advanced model composition and optimization techniques. It details methodologies for weight-space mode

    Details methods for reducing memory footprints by mapping high-precision weights to lower-bit integer representations.

    courselarge-language-modelsllm
    Ver en GitHub↗80,178
  • liuliu/ccvAvatar de liuliu

    liuliu/ccv

    7,223Ver en GitHub↗

    ccv is a computer vision library written in C designed for high-performance visual analysis. It serves as a framework for image classification, object detection, and the identification of faces, pedestrians, and vehicles. The library distinguishes itself through hardware-accelerated vision and deep learning inference optimizations. It utilizes a quantized tensor processor to transform floating-point data into eight-bit integers and implements integer-quantized attention mechanisms to reduce memory bandwidth and increase data throughput. The project covers a broad range of capabilities, inclu

    Transforms floating-point tensors into signed eight-bit integers using scaling methods to optimize memory bandwidth.

    C++
    Ver en GitHub↗7,223
  • ericlbuehler/mistral.rsAvatar de EricLBuehler

    EricLBuehler/mistral.rs

    6,597Ver en 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

    Suggests an optimal quantization method and device mapping for a given model, optionally biased by a target quantization.

    Rustllmrustuqff
    Ver en GitHub↗6,597
  1. Home
  2. Artificial Intelligence & ML
  3. Model Optimization
  4. Quantization
  5. Quantization Methods

Explorar subetiquetas

  • Quantization RecommendersTools that suggest optimal quantization methods and device mappings for a given model and hardware. **Distinct from Quantization Methods:** Distinct from Quantization Methods: focuses on recommending settings, not the techniques themselves.