mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[Feature] consider multimodal model when dummy run (#6045)
* add mm do profile * updata code * update code * update code * update code * update test case * update code * update code * fix xpu bug * update code * add mm do profile * update test case * update code
This commit is contained in:
@@ -98,6 +98,7 @@ class TestGraphOptBackend(unittest.TestCase):
|
||||
model_config = Mock()
|
||||
model_config.max_model_len = 512
|
||||
model_config.architectures = ["test_model"]
|
||||
model_config.mm_max_tokens_per_item = None
|
||||
self.baseline_fd_config = FDConfig(
|
||||
graph_opt_config=baseline_graph_opt_config,
|
||||
scheduler_config=baseline_scheduler_config,
|
||||
@@ -146,6 +147,7 @@ class TestGraphOptBackend(unittest.TestCase):
|
||||
model_config = Mock()
|
||||
model_config.max_model_len = 512
|
||||
model_config.architectures = ["test_model"]
|
||||
model_config.mm_max_tokens_per_item = None
|
||||
|
||||
# Create FD config
|
||||
return FDConfig(
|
||||
|
||||
Reference in New Issue
Block a user