OpenCompass/opencompass/runners/__init__.py

6 lines
213 B
Python
Raw Normal View History

2023-07-05 11:45:08 +08:00
from .dlc import * # noqa: F401, F403
from .local import * # noqa: F401, F403
from .slurm import * # noqa: F401, F403
2023-11-13 15:15:34 +08:00
from .slurm_sequential import * # noqa: F401, F403
from .volc import * # noqa: F401, F403