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

4 lines
125 B
Python

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