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

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

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

intel/neural-compressor

0
View on GitHub↗
2,585 نجوم·296 تفرعات·Python·apache-2.0·7 مشاهداتintel.github.io/neural-compressor↗

Neural Compressor

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

The toolkit covers a broad range of optimization capabilities, including post-training quantization, mixed-precision layer mapping, and graph operation fusion. It also includes automated performance tuning to discover optimal configuration settings for specific hardware targets.

Features

  • Inference Accelerators - Maps neural network operators to specialized CPU and GPU vector instructions to accelerate model execution.
  • Post-Training Quantization - Reduces model precision by converting floating point weights to lower bit widths after the primary training phase.
  • Deep Learning Quantization Tools - Provides a comprehensive library of precision reduction methods for neural network weights and optimizer states.
  • Hardware Dispatchers - Dynamically selects and executes the most efficient compute kernels based on detected CPU and GPU hardware.
  • Inference Acceleration Engines - Provides an optimized execution environment and kernels for low-latency deployment of large-scale models.
  • Graph Fusions - Combines separate compute kernels into single fused functions at the graph level to reduce invocation overhead.
  • Weight-Only Compression - Converts weight-only large language models into hardware-specific representations to increase execution speed.
  • LLM Performance Optimization Libraries - Increases the execution speed and resource efficiency of large language models using hardware-specific kernels.
  • Large Language Model Optimization - Applies specialized optimizations to improve the operational efficiency of massive language and vision models.
  • Model Quantization Tools - Ships utilities that reduce the precision of model weights to decrease memory usage and accelerate inference.
  • Hardware-Specific Model Optimizations - Adapts models to utilize specific hardware accelerators by dispatching operators to vector and matrix instructions.
  • Mixed-Precision Quantization - Assigns different bit-depths to individual layers to maintain accuracy while minimizing the total memory footprint.
  • Model Quantization - Implements techniques to reduce weight precision, including 8-bit integer quantization, to decrease memory footprint.
  • Backend-Agnostic Engines - Implements a computational framework that decouples neural network operations from hardware backends for cross-platform deployment.
  • Model Compression - Reduces the size and computational requirements of neural networks through mixed precision and quantization.
  • Section-Specific Precision Control - Applies granular quantization strategies to specific model sections to balance accuracy and computational efficiency.
  • Weight Quantization - Compresses model weights into lower-precision integer formats to reduce memory usage and accelerate inference.
  • Deep Learning Acceleration - Uses hardware-specific vector and matrix acceleration units on CPUs and GPUs to speed up tensor operations.
  • Kernel Fusion Operations - Fuses multiple adjacent mathematical operations into single compute kernels to minimize memory access overhead.
  • Fused Operation Pipelines - Combines multiple mathematical steps into single execution passes to reduce memory access and invocation overhead.
  • GPU Acceleration - Leverages GPU hardware drivers to optimize processing speed via dedicated device backends.
  • Hardware Performance Tuning - Optimizes hardware configurations to maximize throughput and bandwidth for deep learning workloads.
  • Hyperparameter Tuning - Provides iterative processes to optimize model configurations and quantization settings for target hardware.
  • Hardware-Aware Compilers - Fuses graph operations and optimizes model representations for specific target device backends.
  • Hyperparameter Search Strategies - Uses search algorithms to automatically discover optimal quantization and configuration settings for hardware targets.
  • Performance Tuning - Implements automated discovery of optimal configuration settings to maximize hardware utilization and minimize latency.
  • Model Optimization - Optimizes model performance through quantization and compression techniques.
  • Quantization Frameworks - Post-training quantization with FP8 formats.
  • Model Optimization - Toolkit for model compression, pruning, and distillation.
  • أدوات المطور - Automatic accuracy-driven tuning and quantization for neural networks.

سجل النجوم

مخطط تاريخ النجوم لـ intel/neural-compressorمخطط تاريخ النجوم لـ intel/neural-compressor

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Neural Compressor

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Neural Compressor.
  • tingsongyu/pytorch-tutorial-2ndالصورة الرمزية لـ TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555عرض على GitHub↗

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    عرض على GitHub↗4,555
  • vllm-project/llm-compressorالصورة الرمزية لـ vllm-project

    vllm-project/llm-compressor

    2,764عرض على GitHub↗

    llm-compressor is a quantization toolkit and post-training library designed to reduce the memory footprint and size of large language models. It provides a framework for compressing models using weight and activation quantization to enable more efficient deployment. The project distinguishes itself through a distributed quantization framework that utilizes data-parallel processing and disk-based weight offloading to handle massive model checkpoints that exceed available system memory. It includes specialized compressors for diverse architectures, including Mixture-of-Experts, Vision-Language,

    Pythoncompressionquantizationsparsity
    عرض على GitHub↗2,764
  • nvidia/isaac-gr00tالصورة الرمزية لـ NVIDIA

    NVIDIA/Isaac-GR00T

    6,222عرض على GitHub↗
    Jupyter Notebook
    عرض على GitHub↗6,222
  • pytorch/torchtuneالصورة الرمزية لـ pytorch

    pytorch/torchtune

    5,774عرض على GitHub↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a configurable training pipeline orchestrated through YAML recipes, with CLI overrides and component swapping, distributed training via FSDP2, memory optimizations, and parameter-efficient fine-tuning methods like LoRA, DoRA, and QLoRA. The library distinguishes itself through its YAML-driven configuration system that defines all training parameters and instantiates components from config files, with full CLI override capability for any field or component at launch time. It suppo

    Python
    عرض على GitHub↗5,774
عرض جميع البدائل الـ 30 لـ Neural Compressor→

الأسئلة الشائعة

ما هي وظيفة intel/neural-compressor؟

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.

ما هي الميزات الرئيسية لـ intel/neural-compressor؟

الميزات الرئيسية لـ intel/neural-compressor هي: Inference Accelerators, Post-Training Quantization, Deep Learning Quantization Tools, Hardware Dispatchers, Inference Acceleration Engines, Graph Fusions, Weight-Only Compression, LLM Performance Optimization Libraries.

ما هي البدائل مفتوحة المصدر لـ intel/neural-compressor؟

تشمل البدائل مفتوحة المصدر لـ intel/neural-compressor: tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… vllm-project/llm-compressor — llm-compressor is a quantization toolkit and post-training library designed to reduce the memory footprint and size of… nvidia/isaac-gr00t. pytorch/torchtune — Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a… paddlepaddle/paddle-lite — Paddle-Lite is a deep learning inference engine and edge computing runtime designed to execute trained models on… autogptq/autogptq — AutoGPTQ is a model compression toolkit and post-training quantization framework designed to reduce the memory…