Closed muneebable closed 2 years ago
This is not a bug, as bento_server
is not an allowed key under bentofile.yaml
.
There is a difference between bentofile.yaml
and bentoml_configuration.yaml
. You are addressing the configuration for BentoML.
bentofile.yaml
is used to configure how a bento would look like.
Make sure to take a look at our quickstart guide for more information
Describe the bug
Version = 1.0.7 In the old version and in documentation, people used that keyword in bentoml.ymal file. But now It is not recoginizable anymore.
We tried to add:
But that doesn't work. and we got the error as displayed in the image.
To reproduce
No response
Expected behavior
No response
Environment
bentoml: 1.0.7 python: 3.9 platform: Ubuntu 20.04.5 LTS