[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

@@ -41,6 +41,7 @@ class LlamafileMoEWrapper(BaseMoEWrapper):
cpu_save: bool = False,
max_deferred_experts_per_token: Optional[int] = None,
method: str = "LLAMAFILE",
numa_nodes: Optional[List[int]] = None,
):
"""
Initialize Llamafile MoE Wrapper.