mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
6 lines
163 B
Python
6 lines
163 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
from .adapter import FlamingoLMAdapter
|
||
|
from .flamingo import Flamingo
|
||
|
|
||
|
__all__ = ['Flamingo', 'FlamingoLMAdapter']
|