Is there any flag to start torchserve and load all models with dashboard startup #20
Replies: 1 comment 1 reply
-
you can pass the you can pick which models should be loaded at the start using the I'll consider some dockerized use cases. I have mostly been using this on simple server setups for testing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I m using this dashboard in production, I have dockerized this with torchserve on my end. But I can't find any flag in the dashboard to start torchserve and load all models from the model store (flags are provided by torchserve to do this).
Currently, I have to start torchserve and load models manually through the dashboard.
I need this flag so that I can automatically spin up the whole process in any event of failure.
Beta Was this translation helpful? Give feedback.
All reactions