OpenCompass/opencompass/partitioners/__init__.py
2024-01-08 14:07:24 +00:00

5 lines
171 B
Python

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