mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
6 lines
192 B
Python
6 lines
192 B
Python
![]() |
from opencompass.utils import satisfy_requirement
|
||
|
|
||
|
if satisfy_requirement('salesforce-lavis'):
|
||
|
from .instructblip import * # noqa: F401, F403
|
||
|
from .minigpt_4 import * # noqa: F401, F403
|