-
### Describe the bug
After running `bento.bentoml.build` and passing a `build_ctx` argument the cwd is changed to the build_ctx directory.
I would have expected to return to cwd set before that af…
-
### Describe the bug
I implemented a Transformers based project using Huggingface module.
Although it runs okay with --deployment `bentoml serve service:svc --development --reload`,
BentoML spi…
-
Hi @alirezadir. Firstly, thank you very much for putting this together. Really awesome! In this issue, I would like to take the opportunity of suggesting a few tools/platforms with which I have worked…
-
### Describe the bug
BentoML doesn't play nice with `mypy` due to this issue: python/mypy#12299
The issue is that a lot of `# type: ignore` comments in the codebase have additional comments after …
-
### Feature request
The default log configuration file in `./src/bentoml/_internal/monitoring/default.py` uses a TimedRotatingFileHandler which specifies a daily rotation (i.e., when: "D").
```
D…
-
### Describe the bug
Hi there, I have encountered a problem with bentoml containerized run, but I could successfully run by using bentoml serve.
### To reproduce
I could use `bentoml serve service:…
-
Hello,
I'm trying to deploy a model to our K8S cluster. I've followed the official installation guide and set up `yatai`, `yatai-image-builder` and `yatai-deployment` successfully.
What I've achiev…
-
### Describe the bug
I inquired about the issue before ==> https://github.com/bentoml/BentoML/issues/2602
First of all, thank you so much for answering my inquiry and giving me a solution. https…
-
### Describe the bug
Hi, I use bentoml, the bento service is a simple BERT. I saw there was a bentoml.ray feature, I tried it. But got an error :
ray.exceptions.RpcError: Sent message larger than …
-
### Describe the bug
I am trying to containerize a classification model from huggingface. I followed guide from docs and it was working until the containerize step. when I was trying to containerize …