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
fix: report total paused reqs instead of only last dp_index
The loop over dp_index was repeatedly overwriting the same
lightllm_batch_pause_size metric, so only the last dp_index value
was reported. Use _get_paused_req_num() which sums across all dp
indices.
0 commit comments