Skip to content

Commit

Permalink
info -> debug
Browse files Browse the repository at this point in the history
  • Loading branch information
seungduk-yanolja committed Mar 13, 2024
1 parent 75579fb commit abfc7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/utils/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ def wrap_pretraining_dataset(
if cfg.shuffle_merged_datasets:
dataset = dataset.shuffle(seed=seed, buffer_size=buffer_size)
else:
LOG.info("NOT shuffling merged pretraining datasets")
LOG.debug("NOT shuffling merged pretraining datasets")

dataset = dataset.map(
encode,
Expand Down

0 comments on commit abfc7dd

Please sign in to comment.