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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

awslabs/mxnet-model-server

0
View on GitHub↗
0 stars·0 forks·0 views

Mxnet Model Server

Features

  • Model Serving Frameworks - Flexible model serving for Apache MXNet and other frameworks.

Star history

Star history chart for awslabs/mxnet-model-serverStar history chart for awslabs/mxnet-model-server

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What are the main features of awslabs/mxnet-model-server?

The main features of awslabs/mxnet-model-server are: Model Serving Frameworks.

What are some open-source alternatives to awslabs/mxnet-model-server?

Open-source alternatives to awslabs/mxnet-model-server include: awslabs/multi-model-server. kubeflow/kfserving — KServe is an open platform for deploying and serving generative and predictive AI models on Kubernetes. It defines… lightning-ai/litserve — LitServe is a Python AI inference server framework and LLM serving framework designed for high-concurrency inference.… pytorch/serve — This project is a PyTorch model serving framework designed to deploy and scale machine learning models in production… seldonio/seldon-core — Seldon Core is a Kubernetes-based machine learning model server and MLOps inference framework. It functions as a… triton-inference-server/server — Triton Inference Server is a high-performance server designed to deploy machine learning models from multiple…

Open-source alternatives to Mxnet Model Server

Similar open-source projects, ranked by how many features they share with Mxnet Model Server.
  • awslabs/multi-model-serverA

    awslabs/multi-model-server

    0View on GitHub↗
    View on GitHub↗0
  • kubeflow/kfservingkubeflow avatar

    kubeflow/kfserving

    5,576View on 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

    Go
    View on GitHub↗5,576
  • lightning-ai/litserveLightning-AI avatar

    Lightning-AI/LitServe

    3,894View on GitHub↗

    LitServe is a Python AI inference server framework and LLM serving framework designed for high-concurrency inference. It functions as a distributed AI model server and dynamic batching inference engine, providing the tools to build and host custom servers that run AI models. The framework distinguishes itself through a dynamic-batching request queue that groups individual inference requests into single tensors to maximize GPU throughput. It supports distributed GPU scaling, allowing model workloads to be spread across multiple hardware accelerators to balance compute loads and increase total

    Python
    View on GitHub↗3,894
  • pytorch/servepytorch avatar

    pytorch/serve

    4,354View on GitHub↗

    This project is a PyTorch model serving framework designed to deploy and scale machine learning models in production via scalable network endpoints. It functions as a high-performance inference server, optimizer, and model lifecycle manager that handles model loading, request batching, and hardware acceleration. The system distinguishes itself through advanced orchestration and optimization capabilities, such as chaining multiple models into sequential workflows using execution graphs and employing dynamic batching to improve throughput and latency. It provides specialized support for generat

    Java
    View on GitHub↗4,354
  • See all 6 alternatives to Mxnet Model Server→