Skip to content

Commit

Permalink
fixed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanezhang committed Mar 8, 2024
1 parent cd96af0 commit b9ec456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/data/finetuning/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def preprocessing_fn(example: Dict) -> Dict[str, str]:
import numpy as np
from composer.loggers import MosaicMLLogger
from composer.loggers.mosaicml_logger import (MOSAICML_ACCESS_TOKEN_ENV_VAR,
MOSAICML_PLATFORM_ENV_VAR,)
MOSAICML_PLATFORM_ENV_VAR)
from composer.utils import dist
from streaming import Stream, StreamingDataset
from transformers import PreTrainedTokenizerBase
Expand Down

0 comments on commit b9ec456

Please sign in to comment.