Skip to content

Commit

Permalink
Merge pull request #852 from modelscope/dev/del_print_info
Browse files Browse the repository at this point in the history
Del print info for dataset_type
  • Loading branch information
wangxingjun778 committed May 14, 2024
2 parents 9e69868 + f9260e2 commit 2f353bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modelscope/msdatasets/ms_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ def load(
dataset_id_on_hub, dataset_type = _api.get_dataset_id_and_type(
dataset_name=dataset_name, namespace=namespace)

logger.info(f'dataset_type: {dataset_type}')

# Load from the ModelScope Hub for type=4 (general)
if str(dataset_type) == str(DatasetFormations.general.value):

Expand Down

0 comments on commit 2f353bd

Please sign in to comment.