You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
toget_utilization_json
, similar to other JSON APIs.The text was updated successfully, but these errors were encountered: