awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mlabonne/llm-coursemlabonne 的头像

    mlabonne/llm-course

    80,178在 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
    在 GitHub 上查看↗80,178
  • liuliu/ccvliuliu 的头像

    liuliu/ccv

    7,223在 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++
    在 GitHub 上查看↗7,223
  • ericlbuehler/mistral.rsEricLBuehler 的头像

    EricLBuehler/mistral.rs

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

探索子标签

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