-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dataloader): refine implementation of mocked and megatron datalo…
…ader (#344) Co-authored-by: sallyjunjun <[email protected]>
- Loading branch information
1 parent
cd53c32
commit ae2243c
Showing
8 changed files
with
150 additions
and
226 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
from .batch_sampler import MegatronBatchSampler | ||
from .collaters import megatron_collate_fn | ||
from .dataset import build_megatron_dataset | ||
|
||
__all__ = [ | ||
"MegatronBatchSampler", | ||
"build_megatron_dataset", | ||
"megatron_collate_fn", | ||
] |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.