mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
9 lines
256 B
Python
9 lines
256 B
Python
from .minigpt_4 import MiniGPT4MMBench
|
|
from .post_processor import MiniGPT4PostProcessor
|
|
from .prompt_constructor import MiniGPT4MMBenchPromptConstructor
|
|
|
|
__all__ = [
|
|
'MiniGPT4MMBench', 'MiniGPT4PostProcessor',
|
|
'MiniGPT4MMBenchPromptConstructor'
|
|
]
|