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

get_node_utilization_json API needs to work correctly across CPU-only builds #518

Closed
tpatki opened this issue Mar 4, 2024 · 0 comments · Fixed by #525
Closed

get_node_utilization_json API needs to work correctly across CPU-only builds #518

tpatki opened this issue Mar 4, 2024 · 0 comments · Fixed by #525

Comments

@tpatki
Copy link
Member

tpatki commented Mar 4, 2024

The API works correctly on GPU-only and multi-arch build, but errors out with gpu_json unimplemented error for CPU-only build. It should be skipping the GPU part and only reporting CPU/memory utilization for correct behavior.

Also, rename this from get_node_utilization_json to get_utilization_json, similar to other JSON APIs.

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

Successfully merging a pull request may close this issue.

1 participant