awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

5 Repos

Awesome GitHub RepositoriesHardware Performance Tuning

Optimization of hardware configurations to maximize throughput and bandwidth for deep learning workloads.

Distinct from Deep Learning Optimization: Distinct from Deep Learning Optimization: focuses on hardware selection and configuration rather than algorithmic graph optimization.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Hardware Performance Tuning. Refine with filters or upvote what's useful.

Awesome Hardware Performance Tuning GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • oxford-cs-deepnlp-2017/lecturesAvatar von oxford-cs-deepnlp-2017

    oxford-cs-deepnlp-2017/lectures

    15,854Auf GitHub ansehen↗

    This repository is a deep learning for natural language processing course and curriculum. It provides educational material and guides focused on neural network architectures used for processing natural language, speech signals, and text classification. The content includes instructional tutorials on sequence modeling and neural language modeling, covering the implementation of n-gram and recurrent neural networks. It also provides a framework for studying word embeddings to map linguistic meanings into numerical representations. The curriculum covers a broad range of capabilities, including

    Offers guidance on selecting and configuring hardware to improve memory bandwidth and execution throughput.

    deep-learningmachine-learningnatural-language-processing
    Auf GitHub ansehen↗15,854
  • vladmandic/sdnextAvatar von vladmandic

    vladmandic/sdnext

    7,139Auf GitHub ansehen↗

    SD.Next is an all-in-one web interface and multi-backend inference engine for generating, editing, and processing images and videos using diffusion models. It functions as a comprehensive tool for diffusion model management and an automated image processing pipeline for bulk operations. The project is distinguished by its hardware-backend abstraction layer, which provides automatic detection and acceleration for NVIDIA CUDA, AMD ROCm, Intel OpenVINO, and DirectML. It features a headless generative API and a programmatic command interface, allowing users to trigger tasks via REST API or CLI wi

    Tunes models using quantization and memory offloading to improve inference speed and reduce VRAM usage.

    Pythonai-artcaptiondiffusers
    Auf GitHub ansehen↗7,139
  • 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

    Recommends optimal quantization and device mapping based on the model config and detected hardware.

    Rustllmrustuqff
    Auf GitHub ansehen↗6,597
  • 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

    Optimizes hardware configurations to maximize throughput and bandwidth for deep learning workloads.

    Pythonauto-tuningawqfp4
    Auf GitHub ansehen↗2,585
  • google-ai-edge/litertAvatar von google-ai-edge

    google-ai-edge/LiteRT

    2,561Auf GitHub ansehen↗

    LiteRT is a runtime and API for executing machine learning and generative AI models on mobile, desktop, and IoT hardware. It consists of an inference engine and a specialized environment for running quantized large language and diffusion models locally on edge hardware. The system includes an ahead-of-time model compiler that translates models into hardware-specific bytecode to reduce startup latency and memory overhead. It provides a unified interface for Neural Processing Units with automatic fallback routing to CPUs or GPUs when specific subgraph support is unavailable. An edge model conve

    Tunes execution across CPUs, GPUs, and NPUs using hardware-specific optimizations to achieve peak processing speeds.

    C++
    Auf GitHub ansehen↗2,561
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Optimization & Inference
  6. Training Algorithms
  7. Deep Learning Optimization
  8. Hardware Performance Tuning

Unter-Tags erkunden

  • Automatic Hardware TunersTools that recommend optimal quantization and device mapping based on model configuration and detected hardware. **Distinct from Hardware Performance Tuning:** Distinct from Hardware Performance Tuning: focuses on automatic recommendation rather than manual optimization.
  • Model-Hardware Tuning Recommenders1 Sub-TagTools that recommend quantization and device mapping based on model configuration and detected hardware. **Distinct from Hardware Performance Tuning:** Distinct from Hardware Performance Tuning: focuses on model-specific recommendations rather than general hardware optimization.