liyy201912's picture
Upload folder using huggingface_hub
cc0dd3c
raw
history blame contribute delete
204 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .ofa import OFA
from .ofa_modules import OFADecoder, OFAEncoder, OFAEncoderDecoder
__all__ = ['OFAEncoderDecoder', 'OFA', 'OFAEncoder', 'OFADecoder']