omni / src /models /vlm /__init__.py
chenbhao's picture
Flatten src layout: drop omni namespace, modules live directly under src/
92c7321
Raw
History Blame Contribute Delete
105 Bytes
from models.vlm.config import VLMConfig
from models.vlm.model import VLM
__all__ = ["VLMConfig", "VLM"]