merge model part to the text stream

Former-commit-id: b6fcb832ddaed4647d6f2b926f3dfccd47f3ea84
This commit is contained in:
BUAADreamer
2024-04-25 08:20:41 +08:00
parent 5142349661
commit 00e2a272ef
5 changed files with 24 additions and 172 deletions

View File

@@ -169,6 +169,10 @@ class ModelArguments:
default=False,
metadata={"help": "For debugging purposes, print the status of the parameters in the model."},
)
use_mllm: bool = field(
default=False,
metadata={"help": "Whether use Multimodal LLM."},
)
def __post_init__(self):
self.compute_dtype = None