Multiple Services & Bentos in the same project #5204
Unanswered
danieltudosiu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
bentofile.yml
inconcrete type 1 model x
folder to the required files for service foundmodel_x_service.py
such as theconcrete_type_1_model_x_repo
?Cheers!
Beta Was this translation helpful? Give feedback.
All reactions