mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
6 lines
224 B
Python
6 lines
224 B
Python
![]() |
from .post_processor import VisualGLMPostProcessor
|
||
|
from .prompt_constructor import VisualGLMPromptConstructor
|
||
|
from .visualglm import VisualGLM
|
||
|
|
||
|
__all__ = ['VisualGLM', 'VisualGLMPostProcessor', 'VisualGLMPromptConstructor']
|