OpenCompass/opencompass/partitioners/__init__.py

5 lines
177 B
Python
Raw Normal View History

2023-07-04 22:11:33 +08:00
from .naive import * # noqa: F401, F403
from .num_worker import * # noqa: F401, F403
2023-07-04 22:11:33 +08:00
from .size import * # noqa: F401, F403
2025-01-24 10:32:17 +08:00
from .sub_num_worker import * # noqa: F401, F403