Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Oct 17, 2024
1 parent b74de72 commit bfef313
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 @@ -441,7 +441,7 @@ def _validate_config(
"""
if decoder_only_format is None:
raise ValueError(
f'decoder_only_format must be set to either True or False, but it was {decoder_only_format}.'
f'decoder_only_format must be set to either True or False, but it was {decoder_only_format}.',
)

extraneous_keys = set()
Expand Down

0 comments on commit bfef313

Please sign in to comment.