9 lines
267 B
Python
9 lines
267 B
Python
|
|
from .mplug_owl_7b import MplugOwl
|
||
|
|
from .post_processor import MplugOwlMMBenchPostProcessor
|
||
|
|
from .prompt_constructor import MplugOwlMMBenchPromptConstructor # noqa
|
||
|
|
|
||
|
|
__all__ = [
|
||
|
|
'MplugOwl', 'MplugOwlMMBenchPostProcessor',
|
||
|
|
'MplugOwlMMBenchPromptConstructor'
|
||
|
|
]
|