OpenCompass/opencompass/partitioners/__init__.py

4 lines
127 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