Files
LlamaFactory/src/llmtuner/train/sftmm/__init__.py
BUAADreamer ab6dc0ea30 add multimodal LLM BLIP-2 and InstructBLIP
Former-commit-id: a730f89a972f1a9d37c718c716f199cb8d4903b2
2024-04-23 18:45:43 +08:00

4 lines
59 B
Python

from .workflow import run_sft_mm
__all__ = ["run_sft_mm"]