-
Notifications
You must be signed in to change notification settings - Fork 280
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
How to stop specific version of served model ? #601
Comments
is there a function that can stop a served model container for specific version, not stop a whole model ? |
@YupaTapuY : |
I'm so sorry about my wrong comment. You can use this API to stop versioned models, clipper_conn.stop_versioned_models({
"model_1": ["ver_1"],
"model_2": ["ver_1", "ver_2"],
}) Please note, however, that this API ONLY deletes them from Docker Orchestration, not Clipper internal. |
@withsmilo I'm having trouble deleting the model from clipper internal. Is there a way to delete models from clipper internal redis? I've tried deleting application it is linked to but when i'm using get_all_models() it still shows up there even if it does not exist in k8s. |
@avinregmi : My suggestion for API scheme improvement is #603 and current status is here,
|
resolved by #603. |
No description provided.
The text was updated successfully, but these errors were encountered: