Skip to content
/ kserve Public
forked from kserve/kserve

Serverless Inferencing on Kubernetes

License

Notifications You must be signed in to change notification settings

zillow/kserve

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

be49d00 · Feb 28, 2024
Jun 21, 2023
Jun 25, 2023
Feb 16, 2023
Mar 4, 2023
Mar 4, 2023
Mar 5, 2023
Mar 5, 2023
Mar 4, 2023
Jan 8, 2024
Dec 23, 2022
Nov 18, 2022
Jun 21, 2023
Feb 5, 2020
Feb 13, 2023
Oct 13, 2022
Jan 8, 2024
Feb 28, 2024
Jul 9, 2022
Nov 13, 2022
Mar 27, 2019
Jan 8, 2023
Mar 3, 2023
Oct 7, 2021
Jan 14, 2023
Dec 16, 2022
Nov 12, 2022
Feb 13, 2023
Oct 13, 2022
Feb 12, 2023
Feb 12, 2023
May 30, 2022
Feb 13, 2023

Repository files navigation

KServe

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

KServe provides a Kubernetes Custom Resource Definition for serving machine learning (ML) models on arbitrary frameworks. It aims to solve production model serving use cases by providing performant, high abstraction interfaces for common ML frameworks like Tensorflow, XGBoost, ScikitLearn, PyTorch, and ONNX.

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

Since 0.7 KFServing is rebranded to KServe, we still support the RTS release 0.6.x, please refer to corresponding release branch for docs.

Why KServe?

  • KServe is a standard, cloud agnostic Model Inference Platform on Kubernetes, built for highly scalable use cases.
  • Provides performant, standardized inference protocol across ML frameworks.
  • 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 and follow KServe with Kubeflow on AWS to learn how to use KServe on AWS.

💡 Roadmap

About

Serverless Inferencing on Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jsonnet 46.0%
  • Python 34.9%
  • Go 17.7%
  • Shell 0.9%
  • Makefile 0.3%
  • Dockerfile 0.2%