TwT-6's picture
Upload 2667 files
256a159 verified
raw
history blame
267 Bytes
from .mplug_owl_7b import MplugOwl
from .post_processor import MplugOwlMMBenchPostProcessor
from .prompt_constructor import MplugOwlMMBenchPromptConstructor # noqa
__all__ = [
'MplugOwl', 'MplugOwlMMBenchPostProcessor',
'MplugOwlMMBenchPromptConstructor'
]