I'm using BentoML framework and want to get during runtime the build bentos version that is running. How to do it? Is there an api in bentoml
package. See that I don't want the model hash, but the build that was used in the command bentoml build -v <my_version>
.
Using bentoml, how to get the current bentos version?
16 views Asked by neves At
0