OpenCompass/opencompass/partitioners/__init__.py
2025-01-24 10:32:17 +08:00

5 lines
177 B
Python

from .naive import * # noqa: F401, F403
from .num_worker import * # noqa: F401, F403
from .size import * # noqa: F401, F403
from .sub_num_worker import * # noqa: F401, F403