dataset-opencompass/opencompass/runners/__init__.py
2025-07-18 07:25:44 +00:00

4 lines
121 B
Python

from .dlc import * # noqa: F401, F403
from .local import * # noqa: F401, F403
from .slurm import * # noqa: F401, F403