Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaohanZhangCMU committed Aug 14, 2024
1 parent 5641060 commit 488c115
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions llmfoundry/utils/validation_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
import tempfile
from argparse import Namespace
from concurrent.futures import ProcessPoolExecutor
from typing import Any, Mapping, Optional, Tuple, Union, cast
from typing import Any, Mapping, Optional, Tuple, Union

import torch
from composer.utils import (
ObjectStore,
maybe_create_object_store_from_uri,
parse_uri,
)
from datasets import get_dataset_split_names
from huggingface_hub import dataset_info
Expand All @@ -29,15 +27,13 @@
get_task_args,
is_already_processed,
is_remote_path,
write_done_file,
)
from llmfoundry.utils import build_tokenizer
from llmfoundry.utils.data_prep_utils import (
DownloadingIterable,
merge_shard_groups,
)
from llmfoundry.utils.exceptions import (
DatasetTooSmallError,
InputFolderMissingDataError,
OutputFolderNotEmptyError,
)
Expand Down

0 comments on commit 488c115

Please sign in to comment.