OpenCompass/opencompass/multimodal/models/mplug_owl/__init__.py

9 lines
267 B
Python
Raw Normal View History

from .mplug_owl_7b import MplugOwl
from .post_processor import MplugOwlMMBenchPostProcessor
from .prompt_constructor import MplugOwlMMBenchPromptConstructor # noqa
__all__ = [
'MplugOwl', 'MplugOwlMMBenchPostProcessor',
'MplugOwlMMBenchPromptConstructor'
]