mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 08:21:53 +08:00
* [Feature] support_eplb * [Feature] support_eplb * [Fix] fix mm ep
This commit is contained in:
@@ -106,6 +106,8 @@ class ModelConfig:
|
||||
self.dtype = ""
|
||||
self.enable_logprob = False
|
||||
self.enable_mm = False
|
||||
self.enable_redundant_experts = False
|
||||
self.redundant_experts_num = 0
|
||||
|
||||
for key, value in args.items():
|
||||
if hasattr(self, key):
|
||||
|
||||
Reference in New Issue
Block a user