OpenCompass/opencompass/partitioners/__init__.py

3 lines
81 B
Python
Raw Normal View History

2023-07-04 22:11:33 +08:00
from .naive import * # noqa: F401, F403
from .size import * # noqa: F401, F403