VLM-Lens / src /models /plm /__init__.py
marstin's picture
[martin-dev] add demo v1 test
d425e71
"""__init__.py.
Perception Language Model(Plm) package, includes which of this module to export.
"""
from .plm import PlmModel
__all__ = [
'PlmModel'
]