mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user