dataset-opencompass/opencompass/partitioners/__init__.py

4 lines
125 B
Python
Raw Permalink Normal View History

2025-07-18 07:25:44 +00:00
from .mm_naive import * # noqa: F401, F403
from .naive import * # noqa: F401, F403
from .size import * # noqa: F401, F403