Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 59cffbf

Browse files
committed
try
1 parent a84f782 commit 59cffbf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/datasets/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
from .general_nlp_benchmark import prepare_glue
88
from gluonnlp.registry import DATA_PARSER_REGISTRY, DATA_MAIN_REGISTRY
99

10-
10+
# TODO(zheyuye), lazy_import theses data parser functions and data main function
11+
# and their dependencies by a dictionary mapping the datasets names to the functions.
1112
def list_all_subcommands():
1213
out = []
1314
for key in DATA_PARSER_REGISTRY.list_keys():

0 commit comments

Comments
 (0)