You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you want torchserve to start as soon as you run the torchserve-dashboard command? If so,
you can add a call to ts.start_torchserve() on line 140 of dash.py. (first clone the repo, make the changes, run "pip install -e .")
I'll look into adding this feature into the CLI options next release so you can just use it like
"torchserve-dashboard --init [...blah blah other options]"
Can I set the init status of Torchserve as start?
The text was updated successfully, but these errors were encountered: