-
**Describe the bug**
BentoML 1.0 fails to list my services using `bentoml list`
**To Reproduce**
1. Just run `bentoml list`
**Expected behavior**
Get a list of all my services
**Screenshot…
-
**Describe the bug**
When I use `model.py` to define a DL model using PyTorch, BentoML can package it but cannot serve it. It always say `ModuleNotFoundError: No module named 'model'`. If the model's…
-
**Describe the bug**
Hi, I have tried setting the config file as environment variable to run bentoml but I am not sure if bentoml is reading from the config file. none of the commands for bentoml use…
-
**Describe the bug**
Local python modules should be copied to the packed bento docker (the thing in _~/bentoml/repository_, not sure how to call it). But relative imports are not recognized properl…
-
**Describe the bug**
I'm testing bentoml 1.0.0a2 following your [quickstart](https://docs.bentoml.org/en/latest/quickstart.html) but I can't serve the model due to an issue with **opentelemetry**
…
-
**Please fill in this bug report template to ensure a timely and thorough response.**
### Willingness to contribute
N/A -- looking for a clarification on how this is supposed to work, or perhaps…
-
**Describe the bug**
The artifact metadata are not getting saved when the yatai-url is configured to point to minio repo, but it is saved as expected when bentoml is running using local repo.
**To…
-
Hello,
Would it be possible to customize bentoML service to enable deployment into AWS Inf1 instances using Neuron library (https://awsdocs-neuron.readthedocs-hosted.com/en/latest/index.html) ?
Than…
-
Hi team,
I just tried the example in https://github.com/bentoml/gallery/blob/master/paddlehub/image-segmentation/image-segmentation.ipynb , only I ran the code in Pycharm Python Console (not jupyte…
-
**Describe the bug**
This issue is created from discussion #1325.
Swagger static files are not able to reach (404) when the bento service is deployed as service with ingress (ingress controller …