awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesModel Deployment Platforms

Infrastructure for launching and serving machine learning models in production.

Distinguishing note: Focuses on production deployment, distinct from model training workflows.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Model Deployment Platforms. Refine with filters or upvote what's useful.

Awesome Model Deployment Platforms GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • hpcaitech/colossalaiAvatar de hpcaitech

    hpcaitech/ColossalAI

    41,395Voir sur GitHub↗

    ColossalAI is a distributed deep learning framework designed for training and deploying massive artificial intelligence models across clusters of hardware accelerators. It functions as a parallel computing engine that partitions model workloads and data across multiple processors to maximize memory efficiency and throughput. The platform distinguishes itself through a comprehensive suite of parallelization strategies, including multi-dimensional tensor parallelism and pipeline-based model parallelism, which segment neural network layers and stages across devices. To support large-scale genera

    Launches pre-trained or custom generative models into production environments for specialized tasks.

    Pythonaibig-modeldata-parallelism
    Voir sur GitHub↗41,395
  • pytorch/executorchAvatar de pytorch

    pytorch/executorch

    4,296Voir sur GitHub↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    Integrates exported models into Android, iOS, and desktop applications using platform-specific runtime bindings.

    Pythondeep-learningembeddedgpu
    Voir sur GitHub↗4,296
  • snowkylin/tensorflow-handbookAvatar de snowkylin

    snowkylin/tensorflow-handbook

    3,927Voir sur GitHub↗

    Ce projet est une ressource pédagogique complète et un manuel de tutoriels pour construire, entraîner et déployer des modèles de machine learning avec TensorFlow 2. Il sert de guide d'apprentissage structuré couvrant les concepts fondamentaux du deep learning, notamment les architectures de réseaux de neurones, la différenciation automatique et les opérations sur les tenseurs. Le manuel fournit des conseils techniques pour optimiser l'efficacité de l'exécution via la gestion de la mémoire GPU, l'entraînement distribué et la quantification de modèles. Il inclut également des guides détaillés pour construire des pipelines de données haute performance et exporter des modèles vers des serveurs de production, des appareils mobiles et des navigateurs web. Le contenu couvre un large éventail de capacités, incluant le développement de modèles avec des réseaux convolutifs et récurrents, l'implémentation de fonctions de perte et de couches personnalisées, ainsi que l'utilisation de modèles pré-entraînés pour le transfer learning. Il aborde également les stratégies de déploiement pour les appareils edge et l'utilisation d'environnements d'exécution cloud pour l'accélération matérielle. La ressource est implémentée sous forme d'une collection de Jupyter Notebooks.

    Provides detailed manuals for exporting trained models for production servers, mobile devices, and web browsers.

    Jupyter Notebook
    Voir sur GitHub↗3,927
  • onnx/onnxmltoolsAvatar de onnx

    onnx/onnxmltools

    1,160Voir sur GitHub↗

    This project is a machine learning interoperability tool designed to translate models from various training frameworks into the standardized open neural network exchange format. It functions as a model deployment pipeline that enables consistent execution across diverse inference engines and hardware environments. The tool utilizes graph-based translation and an operator mapping layer to convert framework-specific mathematical functions into a common intermediate representation. It distinguishes itself through a pluggable converter architecture, which allows developers to register custom tran

    Facilitates moving models from research environments into production by standardizing formats for diverse hardware targets.

    Pythonkerasmachine-learningonnx
    Voir sur GitHub↗1,160
  1. Home
  2. DevOps & Infrastructure
  3. Model Deployment Platforms

Explorer les sous-tags

  • Cross-Platform Model ExportThe process of converting and exporting trained models for execution across servers, mobile, and web environments. **Distinct from Model Deployment Platforms:** Distinct from Model Deployment Platforms: focuses on the export and conversion process for multiple target environments rather than the hosting infrastructure.
  • Desktop DeploymentsRunning machine learning models on Linux, macOS, and Windows with platform-specific CPU and GPU acceleration. **Distinct from Model Deployment Platforms:** Distinct from Model Deployment Platforms: focuses on desktop-specific deployment rather than general production infrastructure.