mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
5 lines
201 B
Python
5 lines
201 B
Python
from .openicl_attack import * # noqa: F401, F403
|
|
from .openicl_eval import * # noqa: F401, F403
|
|
from .openicl_infer import * # noqa: F401, F403
|
|
from .openicl_async_task import * # noqa: F401, F403
|