mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-05-05 21:52:50 +00:00
[fix]: fix --numa-nodes handling (#1904)
* [fix]: fix --numa-nodes handling
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user