Skip to content

Commit

Permalink
new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Turok committed Aug 1, 2024
1 parent 262e377 commit f47f493
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llmfoundry/data/finetuning/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def preprocessing_fn(example: Dict) -> Dict[str, str]:
stitch_turns_decoder_only,
stitch_turns_encoder_decoder,
)

# yapf: disable
from llmfoundry.utils.exceptions import (
ALLOWED_MESSAGES_KEYS,
Expand All @@ -89,7 +88,6 @@ def preprocessing_fn(example: Dict) -> Dict[str, str]:
UnableToProcessPromptResponseError,
UnknownExampleTypeError,
)

# yapf: enable
from llmfoundry.utils.logging_utils import SpecificWarningFilter

Expand Down

0 comments on commit f47f493

Please sign in to comment.