8000 GitHub - cogfor/kfserving: Serverless Inferencing on Kubernetes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cogfor/kfserving

 
 

Repository files navigation

KFServing

KFServing provides a Kubernetes Custom Resource Definition for serving ML Models on arbitrary frameworks. It aims to solve 80% of model serving use cases by providing performant, high abstraction interfaces for common ML frameworks like Tensorflow, XGBoost, ScikitLearn, PyTorch, and ONNX.

KFServing 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 Mission Critical ML including inference, explainability, outlier detection, and prediction logging.

Learn More

Install

TAG=v0.1.0
kubectl apply -f ./install/$TAG/kfserving.yaml

Use

  • Install the SDK
pip install kfserving
  • Follow the example here to use the KFServing SDK to create, patch, and delete a KFService instance.

Contribute

KFServing

About

Serverless Inferencing on Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jsonnet 76.1%
  • Go 14.1%
  • Python 8.9%
  • Other 0.9%
0