liyy201912's picture
Upload folder using huggingface_hub
cc0dd3c
raw
history blame contribute delete
163 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .adapter import FlamingoLMAdapter
from .flamingo import Flamingo
__all__ = ['Flamingo', 'FlamingoLMAdapter']