Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingjun778 committed May 14, 2024
1 parent 9e69868 commit f9260e2
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 f9260e2

Please sign in to comment.