-
**Is your feature request related to a problem? Please describe.**
Current implementation of `import_from_huggingface_hub` uses `AutoModel` API from HuggingFace to detect the correct type of model to…
-
I would like to test a fix recently pushed in BentoML (https://github.com/bentoml/BentoML/issues/2371).
I could test the fix locally on a running pod, and it seems to work, although I get another err…
-
No any document about serving and routing to diffent bentos, what's the api? I found nothing
-
**Describe the bug**
It seems like certain metrics are duplicated.
**To Reproduce**
Steps to reproduce the issue:
1. start the service
```sh
git clone https://github.com/bentoml/gallery
…
-
FYI @timliubentoml , we discussed this on Slack and I found it easier to fully document it here
**Describe the bug**
For a given Bento, and with the same arguments, the local `kubectl apply` comma…
-
https://github.com/conda-forge/staged-recipes
-
**Describe the bug**
Currently when doing a "bentoml serve" command from the main branch, the webservice startup fails with:
AttributeError: 'bool' object has no attribute 'get'
For a f…
-
I have created a simple service:
```python
model_runner = bentoml.sklearn.load_runner("mymodel:latest")
svc = bentoml.Service("myservice", runners=[model_runner])
@svc.api(input=NumpyNdarray()…
-
I have been using BentoML with no problem. However, when I install a library named 'norfair', bentoml CLI raises "TypeError: __init__() got an unexpected keyword argument 'omit_repeated_times'".
I…
-
Some users find `rb.monitor` very useful because it's async and they wonder if it would be possible to have a more general-purpose `rb.log` which is async too for dealing with custom cases and pipelin…