mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 03:09:20 +08:00
* support inference of MiniGPT-4 * refine codes * update metafile, readme and docs * fix typo * fix lint * add ckpt load hook
5 lines
103 B
Python
5 lines
103 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from .minigpt4 import MiniGPT4
|
|
|
|
__all__ = ['MiniGPT4']
|