Skip to content

kserve/kserve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 1, 2025
1cee348 Β· Mar 1, 2025
Mar 1, 2025
Feb 25, 2025
Feb 20, 2025
Feb 25, 2025
Feb 13, 2025
Feb 25, 2025
Oct 14, 2024
Feb 28, 2025
Mar 1, 2025
Feb 13, 2025
Feb 16, 2025
Mar 1, 2025
Feb 5, 2020
Feb 13, 2025
Oct 13, 2022
Apr 19, 2024
Dec 3, 2024
Feb 17, 2025
Apr 21, 2024
Jul 9, 2022
Feb 13, 2025
Mar 27, 2019
Jan 26, 2025
Sep 30, 2024
Oct 7, 2021
Nov 12, 2024
Aug 21, 2024
Nov 12, 2022
Feb 13, 2025
Oct 13, 2022
Feb 17, 2025
Feb 17, 2025
Feb 13, 2025
Feb 13, 2025
May 30, 2022
Feb 13, 2025

Repository files navigation

KServe

go.dev reference Coverage Status Go Report Card OpenSSF Best Practices Releases LICENSE Slack Status Gurubase

KServe provides a Kubernetes Custom Resource Definition for serving predictive and generative machine learning (ML) models. It aims to solve production model serving use cases by providing high abstraction interfaces for Tensorflow, XGBoost, ScikitLearn, PyTorch, Huggingface Transformer/LLM models using standardized data plane protocols.

It encapsulates the complexity of autoscaling, networking, health checking, and server configuration to bring cutting edge serving features like GPU Autoscaling, Scale to Zero, and Canary Rollouts to your ML deployments. It enables a simple, pluggable, and complete story for Production ML Serving including prediction, pre-processing, post-processing and explainability. KServe is being used across various organizations.

For more details, visit the KServe website.

KServe

KFServing has been rebranded to KServe since v0.7.

Why KServe?

  • KServe is a standard, cloud agnostic Model Inference Platform for serving predictive and generative AI models on Kubernetes, built for highly scalable use cases.
  • Provides performant, standardized inference protocol across ML frameworks including OpenAI specification for generative models.
  • Support modern serverless inference workload with request based autoscaling including scale-to-zero on CPU and GPU.
  • Provides high scalability, density packing and intelligent routing using ModelMesh.
  • Simple and pluggable production serving for inference, pre/post processing, monitoring and explainability.
  • Advanced deployments for canary rollout, pipeline, ensembles with InferenceGraph.

Learn More

To learn more about KServe, how to use various supported features, and how to participate in the KServe community, please follow the KServe website documentation. Additionally, we have compiled a list of presentations and demos to dive through various details.

πŸ› οΈ Installation

Standalone Installation

  • Serverless Installation: KServe by default installs Knative for serverless deployment for InferenceService.
  • Raw Deployment Installation: Compared to Serverless Installation, this is a more lightweight installation. However, this option does not support canary deployment and request based autoscaling with scale-to-zero.
  • ModelMesh Installation: You can optionally install ModelMesh to enable high-scale, high-density and frequently-changing model serving use cases.
  • Quick Installation: Install KServe on your local machine.

Kubeflow Installation

KServe is an important addon component of Kubeflow, please learn more from the Kubeflow KServe documentation. Check out the following guides for running on AWS or on OpenShift Container Platform.

πŸ’‘ Roadmap

✍️ Contributor Guide

🀝 Adopters