We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An improvement to the current approach for serving is required since it is poor at updating either source code or swapping a newly trained model.
The current workflow for serving a new model with the same bundle requires the following steps:
kaos serve deploy -s <bundle> -m XXX:YYY
slightly “tweak” the bundle
serve the “tweak” bundle with the new model
kaos serve deploy -s <bundle*> -m AAA:BBB
serve
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the desired change?
An improvement to the current approach for serving is required since it is poor at updating either source code or swapping a newly trained model.
How will this change improve kaos?
The current workflow for serving a new model with the same bundle requires the following steps:
kaos serve deploy -s <bundle> -m XXX:YYY
slightly “tweak” the bundle
serve the “tweak” bundle with the new model
kaos serve deploy -s <bundle*> -m AAA:BBB
Any thoughts on the implementation approach?
serve
in docker?!?The text was updated successfully, but these errors were encountered: