Git Product home page Git Product logo

modelmesh-minio-examples's Introduction

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 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

๐Ÿงฐ Developer Guide

โœ๏ธ Contributor Guide

๐Ÿค Adopters

modelmesh-minio-examples's People

Contributors

ckadner avatar njhill avatar rafvasq avatar tedhtchang avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

modelmesh-minio-examples's Issues

Dockerfile is not multi-arch

Dockerfile is not multi-arch .

Reason - Base image [docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff] is only amd64 compliant & need to be multi-arch.

[root@m1305001 modelmesh-minio-examples]# podman build --target minio-examples -t quay.io/morana/modelmesh-minio-examples:latest .
STEP 1/16: FROM docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff AS minio-examples
Trying to pull docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff...
Getting image source signatures
Copying blob be961ec68663 skipped: already exists  
Copying blob 3b997fe6c4c3 skipped: already exists  
Copying blob 1e61f02ec964 skipped: already exists  
Copying blob 1ece211b1ba1 skipped: already exists  
Copying blob ea568ffc6832 skipped: already exists  
Copying blob d46336f50433 skipped: already exists  
Copying blob 711ee6d8beda skipped: already exists  
Copying config 1377bf6865 done  
Writing manifest to image destination
WARNING: image platform (linux/amd64) does not match the expected platform (linux/s390x)
STEP 2/16: EXPOSE 9000
--> b88e9c221d10
STEP 3/16: ARG MODEL_DIR=/data1/modelmesh-example-models
--> f003c9b071ce
STEP 4/16: USER root
--> 89736890c2e7
STEP 5/16: RUN useradd -u 1000 -g 0 modelmesh
exec /bin/sh: exec format error
Error: building at STEP "RUN useradd -u 1000 -g 0 modelmesh": while running runtime: exit status 1

As a result minio pod is carshing while using it in modelmesh.

[root@m1305001 modelmesh-serving]# oc get pods -n modelmesh-serving
Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
NAME                                                READY   STATUS             RESTARTS      AGE
pod/etcd-78ff7867d5-58x2b                           1/1     Running            0             7m16s
pod/minio-5b4bcd7d4f-8gsvr                          0/1     CrashLoopBackOff   6 (64s ago)   7m16s
pod/modelmesh-controller-679f9d9d88-zxt2r           1/1     Running            0             7m6s
pod/modelmesh-serving-triton-2.x-68c49d4588-grwqh   4/4     Running            0             2m5s
pod/modelmesh-serving-triton-2.x-68c49d4588-kkzkf   4/4     Running            0             2m5s

[root@m1305001 modelmesh-serving]# oc logs pod/minio-5b4bcd7d4f-8gsvr   -n  modelmesh-serving
exec /usr/bin/docker-entrypoint.sh: exec format error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.