Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init status of Torchserve #16

Open
JiangongWang opened this issue Jan 11, 2022 · 2 comments
Open

Init status of Torchserve #16

JiangongWang opened this issue Jan 11, 2022 · 2 comments

Comments

@JiangongWang
Copy link

Can I set the init status of Torchserve as start?

@cceyda
Copy link
Owner

cceyda commented Jan 11, 2022

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 😄

@JiangongWang
Copy link
Author

Thank you! Looking forward to the new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants