Skip to content

Commit

Permalink
Fix default value of mmap_bin_files in BlendedMegatronDatasetConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakn94 committed Mar 27, 2024
1 parent 9de386d commit aa73ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megatron/core/datasets/blended_megatron_dataset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class BlendedMegatronDatasetConfig:

path_to_cache: Optional[str] = None

mmap_bin_files: bool = False
mmap_bin_files: bool = True

mock: bool = False

Expand Down

0 comments on commit aa73ad2

Please sign in to comment.