5 lines
148 B
Python
5 lines
148 B
Python
|
|
from mmengine.config import read_base
|
||
|
|
|
||
|
|
with read_base():
|
||
|
|
from .leval_multidocqa_gen_96bf3f import LEval_multidocqa_datasets # noqa: F401, F403
|