DeepSpeed
DeepSpeed copied to clipboard
[deepspeed/autotuner] Bug fix for binary search for batch size
The current implementation terminates when low = high - 1 and in the process skips checking high as a possible value for the max_micro_batch_size.
@rahilbathwal5, thanks for this PR. Could you please update the branch?
@tjruwase Done, pulled in the latest from DeepSpeed master.
@rahilbathwal5, thanks for the PR!
@thanks for the PR
@rahilbathwal5, I am not sure why we are unable to update this branch with master. Because we have some many PRs being merged, your branch quickly gets out-of-date preventing merge. Did you do something different with this PR?
@jeffra and @mrwyattii for suggestions.