【BugFix】add moe noaux_tc tatics in trition backend (#3821)

* add moe noaux_tc tatics in trition backend

* fix

* add dp config
This commit is contained in:
gaoziyuan
2025-09-03 13:28:44 +08:00
committed by GitHub
parent 42402c80e9
commit 05b6591c23
2 changed files with 57 additions and 21 deletions

View File

@@ -60,6 +60,7 @@ class RolloutModelConfig:
early_stop_config: str = None,
local_rank: int = 0,
moba_attention_config: str = None,
data_parallel_size: int = 1,
):
# Required parameters
self.model = model_name_or_path
@@ -95,6 +96,7 @@ class RolloutModelConfig:
self.splitwise_role = splitwise_role
self.expert_parallel_size = expert_parallel_size
self.enable_expert_parallel = enable_expert_parallel
self.data_parallel_size = data_parallel_size
self.ori_vocab_size = ori_vocab_size
self.quantization = quantization
self.guided_decoding_backend = guided_decoding_backend