Closed BalaBalaYi closed 55 minutes ago
Attention: Patch coverage is 97.05882%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 81.17%. Comparing base (
ec94ab6
) to head (325e9a2
). Report is 2 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
dlrover/python/master/node/dist_job_manager.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What changes were proposed in this pull request?
Why are the changes needed?
There is a memory limitation to avoid invalid resource scaling(out of quota) under tensorflow training case. This limitation should not be involved in torch training for now for all the gpu type trainings nowadays are not scalable.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
UT.