-
**Describe the bug**
BentoService does not package local dependencies with more than 1 level of directory without adding `__init__.py` in all sub-directories.
This is my project structure
```
…
-
**Describe the bug**
If using `imageio > 2.9.0` this breaks ImageInput
**To Reproduce**
Create a minimal service and install the latest `imageio`. e.g.
```
from bentoml import api, BentoS…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to use BentoML with Seldon Core and I need an endpoint that would receive a GET and return a JSON. Currently, it's not po…
-
**Is your feature request related to a problem? Please describe.**
I want to request a batch image using Python code.
Below is the example code I made. The format '("image1.jpg", coloredImg1)" …
-
**Is your feature request related to a problem? Please describe.**
So I have a setup like this:
- one service running via docker-compose. For example, MyBentoService running on port 5555. In the…
-
**Describe the bug**
When I run through the jupyter quick start guide I get an error any time I run the starting of the dev server.
**To Reproduce**
I activate my environment using env\Scripts…
-
**Is your feature request related to a problem? Please describe.**
In BentoML service class, we don't have access to artifacts during `pack` process, e.g. `self.artifacts.my_artifact`, in the `__init…
-
Hello Bento Team,
First of all, thanks for the great project.
**Is your feature request related to a problem? Please describe.**
I did some investigation and looks like bento does not support…
-
**Is your feature request related to a problem? Please describe.**
I have took keep using custom validation without a uniform coherent way when using JsonInputw/wo batching.
**Describe the solutio…
-
**Describe the bug**
When passing a JsonInput as service.api(input), input is passed to the api function as correct type.
When passing input through requests library or GUI, it's left as the string …