Closed ravimadhusudhan8 closed 5 years ago
When a Model is used by more than one Application - will there be a separate instance of the Model for each Application ?
_Model [M] _Applications [A1, A2]__
M(1) -> A 1 M(2)-> A2
Is the above true?
Or is it -
M -> A1 M -> A2
Thanks
ps: using the Docker - integrations install
For each application serving creates a new container with a model version. So, in your case it's the first variant.
Thanks for the clarification!
When a Model is used by more than one Application - will there be a separate instance of the Model for each Application ?
_Model [M] _Applications [A1, A2]__
M(1) -> A 1 M(2)-> A2
Is the above true?
Or is it -
M -> A1 M -> A2
Thanks
ps: using the Docker - integrations install