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
Currently, the accelerator scope is missing on archiving of jobs, leaving only node scope for viewing completed jobs with more than one requested accelerator.
This is a shortcoming for retroactively investigating dedicated accelerator usage for completed jobs.
Currently, the
accelerator
scope is missing on archiving of jobs, leaving onlynode
scope for viewing completed jobs with more than one requested accelerator.This is a shortcoming for retroactively investigating dedicated accelerator usage for completed jobs.
See here: scopes := []schema.MetricScope{schema.MetricScopeNode}
The text was updated successfully, but these errors were encountered: