[FDConfig] disable chunked_mm_input in ernie5 (#5774)

* disable chunked_mm_input in ernie5

* update code

* update code

* update test case

* update testcase

* upate case
This commit is contained in:
kevin
2025-12-26 15:31:27 +08:00
committed by GitHub
parent 03363cab4c
commit 894f4e312b
17 changed files with 40 additions and 16 deletions
+1
View File
@@ -61,6 +61,7 @@ class FakeModelConfig:
self.enable_mm = False
self.max_model_len = 512
self.logprobs_mode = "raw_logprobs"
self.architectures = ["test_model"]
def get_default_test_fd_config():