awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nunchaku-ai/nunchakuAvatar de nunchaku-ai

    nunchaku-ai/nunchaku

    3,883Ver en GitHub↗

    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
    Ver en GitHub↗3,883
  • intel/neural-compressorAvatar de intel

    intel/neural-compressor

    2,585Ver en GitHub↗

    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
    Ver en GitHub↗2,585
  1. Home
  2. Artificial Intelligence & ML
  3. Precision Quantization
  4. Section-Specific Precision Control

Explorar subetiquetas

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