add multimodal LLM BLIP-2 and InstructBLIP

This commit is contained in:
BUAADreamer
2024-04-23 18:45:43 +08:00
parent 5722ada12b
commit 4dcb11eab7
18 changed files with 4982 additions and 39 deletions

View File

@@ -0,0 +1,3 @@
from .workflow import run_sft_mm
__all__ = ["run_sft_mm"]