Closed mar-muel closed 3 years ago
@mar-muel Thank you for filing this issue. Can you share with me what BentoML version you are using? and other system info such as python version?
hi @mar-muel - overriding the name
property is not expected to work, currently BentoML only supports using the class name as the Bento name
Ok - thanks @parano.
The idea here was to be consistent between Bento service names and docker image names which are usually required to be snake case.
If this is not a feature you are willing to support in the future, I will close this issue.
@mar-muel it sounds like it's just a preference on naming, not a blocker for you? if that's the case, we probably won't provide this support because it will require lots of changes on BentoML side
My model name is
which means I've used
bentoml.ver(major=1, minor=0)
andin the service class.
When trying to delete this model with
I get the following error: