KyanChen's picture
Upload 303 files
4d0eb62
raw
history blame contribute delete
163 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .adapter import FlamingoLMAdapter
from .flamingo import Flamingo
__all__ = ['Flamingo', 'FlamingoLMAdapter']