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
When a session goes into the error state, we can try to match the error message to known conditions:
Insufficient nvidia.com/gpu
nodes are available
The text was updated successfully, but these errors were encountered:
fix(client): improve session scheduling error messages (#3082)
8f90295
Fixes #3036. Add a user-friendly message when the session cannot be scheduled due to a lack of compute resources.
Successfully merging a pull request may close this issue.
When a session goes into the error state, we can try to match the error message to known conditions:
Insufficient nvidia.com/gpu
-> No GPU availablenodes are available
-> Generic insufficient resources messageThe text was updated successfully, but these errors were encountered: