Skip to content

Commit

Permalink
remove debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyding committed Dec 5, 2024
1 parent accb12b commit 19bf0a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llmfoundry/data/finetuning/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ def build_finetuning_dataloader(
given a starting workload YAML.
"""
dataset_cfg = dataset
print("🦖🦖🦖🦖 build finetuning dataloader called with dataset_cfg: ", dataset_cfg)
is_streaming = (
dataset_cfg.get('remote') is not None or
dataset_cfg.get('streams') is not None
Expand Down

0 comments on commit 19bf0a4

Please sign in to comment.