mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-17 20:30:36 +08:00
add multimodal LLM BLIP-2 and InstructBLIP
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
from .loader import load_model, load_tokenizer
|
||||
from .loader import load_model, load_tokenizer, load_processor, load_mm_model
|
||||
from .utils import find_all_linear_modules, load_valuehead_params
|
||||
|
||||
|
||||
__all__ = [
|
||||
"load_model",
|
||||
"load_mm_model",
|
||||
"load_tokenizer",
|
||||
"load_processor",
|
||||
"load_valuehead_params",
|
||||
"find_all_linear_modules",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user