forked from mosaicml/composer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allowing for fractional number of samples per rank (mosaicml#3075)
* made chages to allow for fractional num_samples per rank * Minor typo fix * fixing skip metric condition in eval loop * Changes to allow specifying fractional microbatches * Fixed todos related to autobatching and reducing microbatch size for the last batch when drop last is false * added some comments * fixing pyright issues * raise error if dtms > 1 in seq parallelism * added test for _accumulate_time_across_ranks * fixed the test * added error threshold * fixing pyright errors * changed spg_ws to seq_parallel_world_size * lint * lint * lint * lint * lint * lint
- Loading branch information
1 parent
ba16b1d
commit c5869d2
Showing
3 changed files
with
110 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters