mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
9 lines
267 B
Python
9 lines
267 B
Python
![]() |
from .post_processor import QwenVLBasePostProcessor
|
||
|
from .prompt_constructor import QwenVLMMBenchPromptConstructor
|
||
|
from .qwen import QwenVLBase, QwenVLChat
|
||
|
|
||
|
__all__ = [
|
||
|
'QwenVLBase', 'QwenVLChat', 'QwenVLBasePostProcessor',
|
||
|
'QwenVLMMBenchPromptConstructor'
|
||
|
]
|