5 lines
152 B
Python
5 lines
152 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from .longbench_triviaqa_gen_d30cb9 import LongBench_triviaqa_datasets # noqa: F401, F403
|