From bfef313b85ce6279ee27589f96c57daacaf0df8e Mon Sep 17 00:00:00 2001 From: Mihir Patel Date: Thu, 17 Oct 2024 16:42:43 -0400 Subject: [PATCH] lint --- llmfoundry/data/finetuning/dataloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmfoundry/data/finetuning/dataloader.py b/llmfoundry/data/finetuning/dataloader.py index a32d2c1830..7c9d149fea 100644 --- a/llmfoundry/data/finetuning/dataloader.py +++ b/llmfoundry/data/finetuning/dataloader.py @@ -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()