Yixiao Fang 9d3fc43073
[Feature] Support MiniGPT-4 (#1642)
* support inference of MiniGPT-4

* refine codes

* update metafile, readme and docs

* fix typo

* fix lint

* add ckpt load hook
2023-06-16 22:50:34 +08:00

5 lines
103 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .minigpt4 import MiniGPT4
__all__ = ['MiniGPT4']