Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Sep 16, 2024
1 parent cab1dac commit 861de11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/command_utils/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from composer.utils import dist, get_device, reproducibility
from omegaconf import DictConfig
from omegaconf import OmegaConf as om
from utils.warnings import VersionedDeprecationWarning

from llmfoundry.utils import (
find_mosaicml_logger,
Expand All @@ -38,6 +37,7 @@
process_init_device,
)
from llmfoundry.utils.registry_utils import import_file
from llmfoundry.utils.warnings import VersionedDeprecationWarning

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 861de11

Please sign in to comment.