[fix]: fix --numa-nodes handling (#1904)

* [fix]: fix --numa-nodes handling
This commit is contained in:
Oql
2026-03-31 17:50:22 +08:00
committed by GitHub
parent cdc867c864
commit 9e6484a538
5 changed files with 43 additions and 13 deletions

View File

@@ -49,6 +49,7 @@ class GeneralMoEWrapper(BaseMoEWrapper):
cpu_save: bool = False,
max_deferred_experts_per_token: Optional[int] = None,
method: str = "MOE_INT8",
numa_nodes: Optional[List[int]] = None,
):
"""
Initialize general MoE Wrapper.