awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mlabonne/llm-courseAvatar von mlabonne

    mlabonne/llm-course

    80,178Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗80,178
  • liuliu/ccvAvatar von liuliu

    liuliu/ccv

    7,223Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗7,223
  • ericlbuehler/mistral.rsAvatar von EricLBuehler

    EricLBuehler/mistral.rs

    6,597Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,597
  1. Home
  2. Artificial Intelligence & ML
  3. Model Optimization
  4. Quantization
  5. Quantization Methods

Unter-Tags erkunden

  • 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.