-
when using the file input handler and deploying to lambda, I'm unable to send any requests due to the following error
```
[ERROR] TypeError: expected bytes-like object, not strTraceback (most recent…
-
**Describe the bug**
I found a bug where BentoML conflicts with other packages using the same proto filename as the `status.proto` used by BentoML. For example, `pymilvus 0.4.0` (https://github.com…
-
**Describe the bug**
Required modules from the local development package are not imported to the service bundle when packing a service with artifacts.
**To Reproduce**
1. Clone https://github…
-
**Is your feature request related to a problem? Please describe.**
I am building Container image from BentoML Service bundle with Argo Workflows (Kubeflow) into GKE and always got an error at
`RUN c…
-
Hello,
I tried to save a bentoML service of a roBERTa model on inf1 instance with this code:
```
from typing import List
from bentoml import env, artifacts, api, BentoService
from bentoml.ada…
-
**Describe the bug**
Separate it from bento service metadata protobuf - which makes it possible to add additional features around searching and filtering saved bentos
**To Reproduce**
…
-
**Describe the bug**
The environment variable BENTOML_PORT is expected to be used as the port number for API server, and this is currently implemented using `click`'s `env_var` option: https://gi…
-
**Describe the bug**
I have managed to create a model and even dockerize the service with the information specified in the guides.
The next step was to use Yatai to serve different models. Current…
-
**Describe the bug**
I'm testing `bentoml 1.0.0a2` following your [quickstart](https://docs.bentoml.org/en/latest/quickstart.html) but I'm hitting an issue with the production mode (it works fine wit…
-
**Describe the bug**
When executing bentoml-quick-start-guide, I get the error
```python
AttributeError: Can't pickle local object 'BentoService.start_dev_server..run'
```
when executing
```p…