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

[Question] Is it possible to shutdown Triton if we detect certain cuda errors ? #7164

Open
MatthieuToulemont opened this issue Apr 26, 2024 · 1 comment

Comments

@MatthieuToulemont
Copy link

Thanks for the tremendous work here.

I am using Triton in production on H100 and I am running into some issues when certain requests trigger cuda errors. Those are usually breaking the GPU for the lifetime of the process. Usually restart the container solves this issue.

Hence, I was wondering if there was a way to restart the container, from within, if we detect those errors.

Best,

@MatthieuToulemont
Copy link
Author

If we allow for strict readiness and model control = none, would /v2/health/ready return False if the one of the models is unhealthy ? For instance when a python model stub is considered unhealthy

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

No branches or pull requests

1 participant