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
·

6 repositorios

Awesome GitHub RepositoriesMulti-Framework Model Serving

Hosting models from diverse deep learning frameworks across varied hardware accelerators.

Distinct from Model Serving Frameworks: Specifically addresses the ability to serve models from multiple different frameworks simultaneously.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Multi-Framework Model Serving. Refine with filters or upvote what's useful.

Awesome Multi-Framework Model Serving GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dusty-nv/jetson-inferenceAvatar de dusty-nv

    dusty-nv/jetson-inference

    8,734Ver en GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Serves models from multiple frameworks across diverse hardware accelerators and CPUs using optimized configurations.

    C++caffecomputer-visiondeep-learning
    Ver en GitHub↗8,734
  • kserve/kserveAvatar de kserve

    kserve/kserve

    5,576Ver en GitHub↗

    KServe is a Kubernetes-native platform for deploying and serving machine learning models as scalable inference services. It supports both generative AI models, including large language models, and traditional predictive models from frameworks such as TensorFlow, PyTorch, Scikit-Learn, XGBoost, and ONNX. The platform manages the full lifecycle of model deployments, including revision tracking, canary rollouts, A/B testing, and automatic rollbacks, and provides serverless scale-to-zero capabilities for cost-efficient resource management. KServe distinguishes itself through a standardized infere

    Supports serving models from TensorFlow, PyTorch, Scikit-Learn, XGBoost, ONNX, and Hugging Face with standardized inference protocols.

    Go
    Ver en GitHub↗5,576
  • kubeflow/kfservingAvatar de kubeflow

    kubeflow/kfserving

    5,576Ver en GitHub↗

    KServe is an open platform for deploying and serving generative and predictive AI models on Kubernetes. It defines inference services as custom resources with declarative YAML specifications, enabling a Kubernetes-native approach to model deployment and lifecycle management. The platform leverages Knative-based serverless scaling for automatic scale-to-zero and revision management, and supports a pluggable serving runtime architecture that maps model formats to containerized execution environments. KServe distinguishes itself through model-aware autoscaling that scales replicas based on token

    Runs exported models from TensorFlow, PyTorch, Scikit-learn, XGBoost, and others behind a unified inference endpoint.

    Go
    Ver en GitHub↗5,576
  • sakurallm/sakurallmAvatar de SakuraLLM

    SakuraLLM/SakuraLLM

    4,618Ver en GitHub↗

    SakuraLLM is a multi-format document translation system that hosts large language models for translating Japanese text into other languages. It functions as an inference server that exposes translation models through an OpenAI-compatible API, allowing any tool supporting the OpenAI client format to send translation requests. The system is designed as a glossary-aware translation engine that applies user-defined term dictionaries to ensure consistent translation of proper nouns and names across outputs. The project distinguishes itself by supporting multiple high-performance inference backends

    Loads full-precision models using the vLLM backend with PagedAttention and tensor parallel multi-GPU acceleration.

    Python
    Ver en GitHub↗4,618
  • snowkylin/tensorflow-handbookAvatar de snowkylin

    snowkylin/tensorflow-handbook

    3,927Ver en GitHub↗

    Este proyecto es un recurso educativo integral y un manual de tutoriales para construir, entrenar y desplegar modelos de machine learning usando TensorFlow 2. Sirve como una guía de aprendizaje estructurada que cubre conceptos fundamentales de deep learning, incluyendo arquitecturas de redes neuronales, diferenciación automática y operaciones con tensores. El manual proporciona orientación técnica sobre cómo optimizar la eficiencia de ejecución mediante la gestión de memoria de GPU, entrenamiento distribuido y cuantización de modelos. También incluye guías detalladas para construir pipelines de datos de alto rendimiento y exportar modelos para servidores de producción, dispositivos móviles y navegadores web. El material abarca una amplia gama de capacidades, incluyendo el desarrollo de modelos con redes convolucionales y recurrentes, la implementación de funciones de pérdida y capas personalizadas, y el uso de modelos preentrenados para transfer learning. También aborda estrategias de despliegue para dispositivos edge y el uso de entornos de ejecución en la nube para aceleración por hardware. El recurso está implementado como una colección de Jupyter Notebooks.

    Explains how to load specific model versions and automatically update to the latest deployment version.

    Jupyter Notebook
    Ver en GitHub↗3,927
  • vllm-project/vllm-omniAvatar de vllm-project

    vllm-project/vllm-omni

    2,776Ver en GitHub↗

    vllm-omni is a high-throughput serving engine and distributed inference framework designed for omni-modal models. It serves as a multi-modal model API server capable of generating text, image, video, and audio data, providing a standardized interface for remote client access. The system features a non-autoregressive generation engine for parallel media production and a robot policy inference server that acts as a real-time communication bridge to robotic hardware using specialized protocols. It supports hybrid execution models that combine sequential token generation with parallelized media g

    Serves as a high-throughput runtime for omni-modal models using vLLM's PagedAttention and tensor parallelism.

    Pythonaudio-generationdiffusionimage-generation
    Ver en GitHub↗2,776
  1. Home
  2. Artificial Intelligence & ML
  3. Model Serving Frameworks
  4. Multi-Framework Model Serving

Explorar subetiquetas

  • Hugging Face Backend RuntimesServing runtimes that use the Hugging Face Transformers library for non-LLM tasks like text classification. **Distinct from Multi-Framework Model Serving:** Distinct from Multi-Framework Model Serving: specifically covers the Hugging Face backend for predictive tasks, not general multi-framework serving.
  • Versioned Model EndpointsHosting multiple versions of the same model simultaneously and routing requests to the correct version. **Distinct from Multi-Framework Model Serving:** Distinct from Multi-Framework Model Serving: focuses on multiple versions of the same model, not models from different frameworks.
  • vLLM Backend RunnersLoads full-precision models using the vLLM backend with PagedAttention and tensor parallel multi-GPU acceleration. **Distinct from Multi-Framework Model Serving:** Distinct from Multi-Framework Model Serving: specifically focuses on the vLLM backend for running models, not general multi-framework serving.