awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesSection-Specific Precision Control

Applying different quantization strategies to specific sections of a model based on precision requirements.

Distinct from Precision Quantization: More specific than Precision Quantization by allowing granular, section-based precision application.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Section-Specific Precision Control. Refine with filters or upvote what's useful.

Awesome Section-Specific Precision Control GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nunchaku-ai/nunchakuAvatar von nunchaku-ai

    nunchaku-ai/nunchaku

    3,883Auf GitHub ansehen↗

    Nunchaku is a 4-bit model quantization library and diffusion model inference engine designed to run large-scale neural networks on consumer GPUs. It functions as a GPU-accelerated optimizer that reduces VRAM usage and increases inference speed through weight compression and memory management. The project utilizes low-rank weight decomposition and SVD weight quantization to compress models to four-bit precision while maintaining visual fidelity. It employs kernel-level operator fusion to minimize data movement and hardware-aware precision mapping to adjust numerical precision based on the unde

    Dynamically adjusts numerical precision based on the detected architecture and capabilities of the underlying graphics hardware.

    Pythoncomfyuidiffusion-modelsflux
    Auf GitHub ansehen↗3,883
  • intel/neural-compressorAvatar von intel

    intel/neural-compressor

    2,585Auf GitHub ansehen↗

    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

    Applies granular quantization strategies to specific model sections to balance accuracy and computational efficiency.

    Pythonauto-tuningawqfp4
    Auf GitHub ansehen↗2,585
  1. Home
  2. Artificial Intelligence & ML
  3. Precision Quantization
  4. Section-Specific Precision Control

Unter-Tags erkunden

  • Architecture-Aware Precision MappingRuntime detection of graphics hardware to select optimal numerical precision for model execution. **Distinct from Section-Specific Precision Control:** Distinct from Section-Specific Precision Control: focuses on hardware-level architecture detection rather than model-section-based precision assignment.