Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 3, 2024
1 parent bed869f commit c1f7d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/llama/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
NumpyDatasetType,
TokenizerConfig,
)
from olmo_core.distributed.parallel import DataParallelType, get_dp_process_group
from olmo_core.distributed.parallel import DataParallelType
from olmo_core.nn.transformer import TransformerConfig, TransformerDataParallelConfig
from olmo_core.optim import AdamWConfig, CosWithWarmup, OptimGroupOverride
from olmo_core.train import (
Expand Down

0 comments on commit c1f7d44

Please sign in to comment.