marstin's picture
[martin-dev] add demo v1 test
d425e71
"""__init__.py.
Clip package, includes which of this module to export.
"""
from .internvl import InternVLModel
__all__ = [
'InternVLModel'
]