torchserve-dashboard
torchserve-dashboard copied to clipboard
Init status of Torchserve
Can I set the init status of Torchserve as start?
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]"
Thanks for the suggestion 😄
Thank you! Looking forward to the new release.