Skip to content

Commit

Permalink
add the arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Jun 14, 2024
1 parent 3e0368f commit 62dc1ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmfoundry/data/finetuning/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ def _validate_config(
'allow_pad_trimming',
'seq_parallel_replication',
'auto_packing_replication',
'max_leftover_bins_to_keep',
}
if not set(kwargs.keys()).issubset(allowed_additional_kwargs):
raise ValueError(
Expand Down

0 comments on commit 62dc1ec

Please sign in to comment.