-
This model is ready for testing. If you are assigned to this issue, please try it out using the CLI, Google Colab and DockerHub and let us know if it works!
-
Test the model using a single smiles and a .csv file with a few of them to check that it works.
-
### Describe the bug
Starlette released a new [version](https://github.com/encode/starlette/releases/tag/0.24.0) which has removed the `content_type` parameter from the `UploadFile` functionality.
…
-
### Describe the bug
There seems to be an obvious bug [here](https://github.com/bentoml/BentoML/blob/3193102e13bbd228a8466e308db34cde8c974afe/src/bentoml/_internal/io_descriptors/pandas.py#L557), w…
-
When registering `yatai-deployment` to `yatai`, the following error occurs.
```
1.6762487165919104e+09 ERROR registerYataiComponent {"func": "registerYataiComponent", "error": "DoJsonRequest Erro…
-
### Describe the bug
I have a bento with an endpoint that takes a `PandasDataFrame`. I'm using `.from_sample` to provide example data. Now when I actually try to make network requests against that en…
-
### Describe the bug
BentoML does not recognize the PyTorch model as a subclass of `torch.nn.Module`
```python
class Net(nn.Module):
def __init__(self):
super().__init__()
…
-
I'm trying deploying model inferences provided by diffusers into a web service.
I'm planning to use [fastapi](https://github.com/tiangolo/fastapi) or [BentoML](https://github.com/bentoml/BentoML) to …
-
## Expected Behavior
In the document [_Knative code samples_](https://github.com/knative/docs/tree/main/docs/samples), the projects' links inside [_Community owned samples_](https://github.com/knativ…
-
### Summary
Hello,
This is a public issue for a virtual daily stand-up. We will use this to briefly share the tasks of the day and the challenges and advances made, so that we can ensure smooth su…