-
## Introduction and background
It has been over 1 year since the [initial release of Yatai 1.0](https://bentoml.com/blog/yatai-10-model-deployment-on-kubernetes-made-easy) and thank you for all you…
-
-
### Describe the bug
I am using the pytorch and ResNet model serving with bentoml in production. Using this model, I developed an API to extract features of two images and compare similarities.
H…
-
### Describe the bug
I was doing a bentoml build and I am getting the error
```pytb
Traceback (most recent call last):
File "~/usr/vendors/pyenv/versions/housing_valuation/bin/bentoml", line…
-
### Describe the bug
If you happen to be using bentoml as a build server involving modular code that you're installing via `pip install -e `, you're going to encounter very strange/bad behavior:
1…
-
### Describe the bug
I am trying to start a server with docker. The problem is that I am getting the following error:
```
[bentoml-cli] `serve` failed: Failed loading Bento from directory /home/ben…
-
Hi, BentoML team.
This is a new suggestion for Yatai. In general, when serving a ML model, the input provided to the model and the output returned by the model are stored in an external storage, and …
-
### Describe the bug
SD generation is incredibly slow running pytorch 1.13.1 + cuda 11.7 when I run Run `BENTOML_CONFIG=configuration.yaml PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:512 bentoml serve…
-
### Describe the bug
Receiving this error that my model is not an onnx.ModelProto
```
❯ bentoml serve image_classification_onnx:svc --reload
/home/user/workspace/ws/models/test_image_classificat…
-
### Describe the bug
In the code below I schedule a task to run every 3 seconds.
```
import time
from datetime import datetime
import bentoml
from apscheduler.schedulers.background import Back…