GitHunt

KServe

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

KServe is a standardized distributed generative and predictive AI inference platform for scalable, multi-framework deployment on Kubernetes.

KServe is being used by many organizations and is a Cloud Native Computing Foundation (CNCF) incubating project.

For more details, visit the KServe website.

KServe

Why KServe?

Single platform that unifies Generative and Predictive AI inference on Kubernetes. Simple enough for quick deployments, yet powerful enough to handle enterprise-scale AI workloads with advanced features.

Features

Generative AI

  • ๐Ÿงฎ Optimized Backends: Support for vLLM and llm-d for optimized performance for serving LLMs
  • ๐Ÿ“Œ Standardization: OpenAI-compatible inference protocol for seamless integration with LLMs
  • ๐Ÿš… GPU Acceleration: High-performance serving with GPU support and optimized memory management for large models
  • ๐Ÿ’พ Model Caching: Intelligent model caching to reduce loading times and improve response latency for frequently used models
  • ๐Ÿ—‚๏ธ KV Cache Offloading: Advanced memory management with KV cache offloading to CPU/disk for handling longer sequences efficiently
  • ๐Ÿ“ˆ Autoscaling: Request-based autoscaling capabilities optimized for generative workload patterns
  • ๐Ÿ”ง Hugging Face Ready: Native support for Hugging Face models with streamlined deployment workflows

Predictive AI

  • ๐Ÿงฎ Multi-Framework: Support for TensorFlow, PyTorch, scikit-learn, XGBoost, ONNX, and more
  • ๐Ÿ”€ Intelligent Routing: Seamless request routing between predictor, transformer, and explainer components with automatic traffic management
  • ๐Ÿ”„ Advanced Deployments: Canary rollouts, inference pipelines, and ensembles with InferenceGraph
  • โšก Autoscaling: Request-based autoscaling with scale-to-zero for predictive workloads
  • ๐Ÿ” Model Explainability: Built-in support for model explanations and feature attribution to understand prediction reasoning
  • ๐Ÿ“Š Advanced Monitoring: Enables payload logging, outlier detection, adversarial detection, and drift detection
  • ๐Ÿ’ฐ Cost Efficient: Scale-to-zero on expensive resources when not in use, reducing infrastructure costs

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

  • Standard Kubernetes 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.
  • Knative Installation: KServe by default installs Knative for serverless deployment for InferenceService.
  • 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.

๐Ÿ›ซ Create your first InferenceService

๐Ÿ’ก Roadmap

๐Ÿ“˜ InferenceService API Reference

๐Ÿงฐ Developer Guide

โœ๏ธ Contributor Guide

๐Ÿค Adopters

Star History

Star History Chart

Contributors

Thanks to all of our amazing contributors!

kserve/kserve | GitHunt