Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Oct 17, 2024
1 parent dfa8f88 commit 63ab28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/data/finetuning/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def build_finetuning_dataloader(
k: v
for k, v in dataset_cfg.items()
if k in set(dataset_constructor_keys).union(extraneous_keys) and
k not in {'streams', 'packing_ratio'}
k not in {'streams', 'packing_ratio', 'replication'}
}

streaming_dataset = dataset_constructor.build_from_streaming(
Expand Down

0 comments on commit 63ab28a

Please sign in to comment.