mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00

* Remove MultiModal * update index.rst * update README * remove mmbench codes * update news --------- Co-authored-by: Leymore <zfz-960727@163.com>
4 lines
127 B
Python
4 lines
127 B
Python
from .naive import * # noqa: F401, F403
|
|
from .num_worker import * # noqa: F401, F403
|
|
from .size import * # noqa: F401, F403
|