dataset-opencompass/opencompass/multimodal/models/mplug_owl/__init__.py
2025-07-18 07:25:44 +00:00

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'
]