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
·

4 Repos

Awesome GitHub RepositoriesHardware-Aware Deployment

Deployment systems that automatically detect host hardware capabilities to select and pull the most optimized model image.

Distinct from Hardware-Agnostic Deployment: Distinct from Hardware-Agnostic Deployment: focuses on active hardware detection and specific image selection rather than generic portability across architectures.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Hardware-Aware Deployment. Refine with filters or upvote what's useful.

Awesome Hardware-Aware Deployment GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • paddlepaddle/paddle-liteAvatar von PaddlePaddle

    PaddlePaddle/Paddle-Lite

    7,260Auf GitHub ansehen↗

    Paddle-Lite is a deep learning inference engine and edge computing runtime designed to execute trained models on mobile and edge devices. It provides a hardware-accelerated inference framework and a decoupled runtime with a minimal binary footprint to operate in resource-constrained environments without third-party dependencies. The project includes a model quantization tool for reducing precision and size via static and dynamic quantization, as well as a computation graph optimizer. These tools reduce latency and memory usage by fusing operators and pruning the model intermediate representat

    Employs hardware-aware deployment to execute deep learning models across diverse CPU, GPU, and NPU backends.

    C++armbaidudeep-learning
    Auf GitHub ansehen↗7,260
  • pytorch/serveAvatar von pytorch

    pytorch/serve

    4,354Auf GitHub ansehen↗

    Dieses Projekt ist ein PyTorch-Framework für das Model-Serving, das darauf ausgelegt ist, Machine-Learning-Modelle in der Produktion über skalierbare Netzwerk-Endpunkte bereitzustellen. Es fungiert als leistungsstarker Inference-Server, Optimierer und Modell-Lifecycle-Manager, der das Laden von Modellen, Request-Batching und Hardware-Beschleunigung übernimmt. Das System zeichnet sich durch fortschrittliche Orchestrierungs- und Optimierungsfunktionen aus, wie etwa das Verketten mehrerer Modelle zu sequenziellen Workflows mittels Ausführungsgraphen und den Einsatz von Dynamic Batching zur Verbesserung von Durchsatz und Latenz. Es bietet spezialisierte Unterstützung für generative KI und Large Language Models durch Continuous Batching und Tensor-Parallelität. Zu den breiten Funktionsbereichen gehören GPU-Ressourcenmanagement für diverse Hardware wie NVIDIA, AMD und Apple Silicon sowie ein umfassendes Lifecycle-Management für Registrierung, Versionierung und Worker-Skalierung. Zudem integriert es Observability-Tools zur Überwachung des Systemzustands und der Modellleistung über Prometheus-kompatible Metriken. Der Server wird über eine Kommandozeilenschnittstelle verwaltet, die zur Steuerung des Lifecycles und zur Konfiguration von Laufzeitparametern dient.

    Deploys pipeline components across CPUs and GPUs to optimize operational costs based on hardware capabilities.

    Java
    Auf GitHub ansehen↗4,354
  • containers/ramalamaAvatar von containers

    containers/ramalama

    2,605Auf GitHub ansehen↗

    Ramalama is a containerized runtime and management tool for large language models. It functions as an OCI AI model manager and registry client, allowing users to package, distribute, and execute AI models as standardized container images. The project differentiates itself by using OCI-compliant distribution for models and retrieval augmented generation assets, enabling the packaging of vector databases into immutable container images. It features hardware-aware image selection that automatically detects GPU or CPU capabilities to pull the most optimized image for the host environment. The sy

    Implements hardware-aware image selection that automatically detects GPU or CPU capabilities to pull the most optimized model image for the host.

    Pythonaicontainerscuda
    Auf GitHub ansehen↗2,605
  • rlinf/rlinfAvatar von RLinf

    RLinf/RLinf

    2,502Auf GitHub ansehen↗

    RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface

    Launches actors on specific physical nodes and GPUs using custom environment variables and affinity scheduling.

    Pythonagentic-aiembodied-aireinforcement-learning
    Auf GitHub ansehen↗2,502
  1. Home
  2. Artificial Intelligence & ML
  3. Model Optimization
  4. Inference & Deployment
  5. Model Deployment Toolkits
  6. Hardware-Aware Deployment