mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
9 lines
264 B
Python
9 lines
264 B
Python
![]() |
from .mplug_owl import MplugOwl
|
||
|
from .post_processor import MplugOwlMMBenchPostProcessor
|
||
|
from .prompt_constructor import MplugOwlMMBenchPromptConstructor # noqa
|
||
|
|
||
|
__all__ = [
|
||
|
'MplugOwl', 'MplugOwlMMBenchPostProcessor',
|
||
|
'MplugOwlMMBenchPromptConstructor'
|
||
|
]
|