Deepak Dhiman
03/11/2022, 12:33 PMSuhas
03/11/2022, 12:33 PMDeepak Dhiman
03/11/2022, 12:36 PMSlackbot
03/11/2022, 12:36 PMDeepak Dhiman
03/11/2022, 12:36 PMSuhas
03/11/2022, 12:39 PMDeepak Dhiman
03/11/2022, 12:41 PMSlackbot
03/16/2022, 1:05 PMSlackbot
03/21/2022, 12:21 PMSlackbot
03/22/2022, 8:08 PMSlackbot
03/24/2022, 7:21 AMSuhas
03/31/2022, 3:32 PMSlackbot
03/31/2022, 3:50 PMChaoyu
04/05/2022, 9:00 PMChaoyu
04/06/2022, 12:24 AMChaoyu
04/06/2022, 12:24 AMChaoyu
04/06/2022, 1:32 AMChaoyu
04/06/2022, 7:54 PM--port 5000
to the container command, in order to use the previous default port setting.
• New import/export API is available now!
◦ Users can now export models and bentos from local store to a standalone file
◦ Lean more via bentoml export --help
and bentoml models export --help
We’ve also recently released Yatai version 0.2.1, with major refactoring around the deployment controller. Users can now create Bento deployments directly via kubectl
and Kubernetes resource YAML file, in addition to the Yatai Web UI and REST API:
# my_deployment.yaml
apiVersion: <http://serving.yatai.ai/v1alpha1|serving.yatai.ai/v1alpha1>
kind: BentoDeployment
metadata:
name: demo
spec:
bento_tag: iris_classifier:3oevmqfvnkvwvuqj
resources:
limits:
cpu: 1000m
requests:
cpu: 500m
Apply deployment to your cluster:
kubeclt apply -f my_deployment.yaml
This will make it easy for DevOps to customize BentoML deployments on Kubernetes cluster, with additional k8s resources such as credentials, db, policies and other services.
On the bentoctl
project, we are working on a major new version which embraces a workflow based on terraform, to simplify deploying Bentos to any cloud platforms, such as AWS EC2, Lambda, Sagemaker, Azure, GCP, Heroku, etc. If you are interested in learning more or help with beta testing, definitely chat with @Bo and @jjmachan.Slackbot
04/07/2022, 11:24 AMSlackbot
04/11/2022, 9:10 AMTim Liu
04/11/2022, 4:35 PMSlackbot
04/12/2022, 6:25 AMSlackbot
04/14/2022, 6:34 AMSlackbot
04/15/2022, 2:52 PMTim Liu
04/25/2022, 3:44 PMminjune kim
04/26/2022, 11:07 PMBentoService
directly as a python object, instead of utilizing http call? I have the source for bentoml packing and I am trying to write a simulation test, but doing it with http call is too slow.minjune kim
04/26/2022, 11:07 PMBentomlService.inference_apis[0].infer
seems interesting but can't seem to make it work. on 0.13 btwminjune kim
04/26/2022, 11:10 PMSlackbot
04/29/2022, 1:07 AMDeepak Sharma
05/05/2022, 10:45 AM