Multiple Services & Bentos in the same project #5204
-
Hi everyone, I am tackling a decently complicated semi-sequential (some steps can be ran in parallel, but the whole logic is sequential) pipeline and I was looking at BentoML for the serving of it. The overall gist is that we are using about a dozen models that need to work togehter. Some of them have peculiar requirements thus needing to isolate their environment from the other ones. Could you please offer some guidance about how to best structure it as to take full advantage of the BentoML capabilities? Currently we are aware of the Custom build context but not sure if it is everything we ought to be aware of. The project structure we are making is similar to the following for the whole project:
Did we understand correctly that we ought to point the Cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
bentofile.yml
is usually located at the build context, which means the bento is built from this directory. So inbentofile.yaml
of concret type 1 model x you need to point tomodel_x_service