Skip to content

Commit

Permalink
Fix args.shuffle in megatron/data/gpt_dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saforem2 committed Oct 21, 2024
1 parent dfd0643 commit 6cb727d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megatron/data/gpt_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def _build_indices_concat():
self.desc += dataset_builders[i].prefix + ","

log.info(
f"[BuildConcatDataset] Caught {shuffle=} across"
f"[BuildConcatDataset] Caught {args.shuffle_sample_in_corpus=} across"
f" {self.num_samples} samples"
)
self.desc += (
Expand Down

0 comments on commit 6cb727d

Please sign in to comment.