-
### Describe the bug
Hi!
when I am trying to run something like
```python3
await runner.async_run(np.array(10))
```
an `IndexError: tuple index out of range` is raised [here](https://github.com/…
-
### Is your feature request related to a problem? Please describe.
Google Colab does not officially support Docker, which effectively neglects the use of dockerized models in Google Colab notebooks. …
-
**Is your feature request related to a problem? Please describe.**
According to the [aws_lambda.operator](https://github.com/bentoml/BentoML/blob/master/bentoml/yatai/deployment/aws_lambda/operator.p…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
pip
### Package manager version
24.0
### Language version
Python 3.11
#…
-
### Feature request
Hi!
I think it would be very useful to have the possibility to pass arguments in the `docker run` of [host_bento](https://github.com/bentoml/BentoML/blob/7fb4578e287fc86b295c8…
-
### Feature request
In the docs, it is mentioned that for custom objects like tokenizer, the object is being pickled
```
bentoml.pytorch.save_model(
"demo_mnist", # model name in the local…
-
### Describe the bug
When using the `AudioSpeedUp` example from the io-descriptors folder, uploading an audio file fails with both `Content-Type: audio/mpeg` and without a specified Content-Type. T…
-
I am getting below error:
`con = self._local.con = sqlite3.connect(
sqlite3.OperationalError: unable to open database file
2024-10-03T11:16:30+0000 [ERROR] [entry_service:RAGService:1] Exception …
-
For tabular model, or any model class, is there any easy way or plan in the coming release to integrate with ONNX for downstream serving ?
A side question is for any individual trained model, e.g.`…
-
I couldn't benchmark my model, seems the benchmark send requests without wait for the response, so the following error is raised:
```
python benchmark_serving.py \
--backend vllm \…