mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-28 03:39:48 +00:00
[chore]: unify kt-run numa handling
This commit is contained in:
parent
bfc4c3cb04
commit
5cf573307e
1 changed files with 2 additions and 2 deletions
|
|
@ -44,9 +44,9 @@ from kt_kernel.cli.utils.user_model_registry import UserModelRegistry
|
|||
"--numa-nodes",
|
||||
"numa_nodes",
|
||||
type=int,
|
||||
nargs=-1,
|
||||
multiple=True,
|
||||
default=(),
|
||||
help="Number of KT threadpools, or explicit NUMA node IDs for each threadpool (e.g. --numa-nodes 2 or --numa-nodes 0 1)",
|
||||
help="Number of KT threadpools, or explicit NUMA node IDs for each threadpool (e.g. --numa-nodes 2 or --numa-nodes 0 --numa-nodes 1)",
|
||||
)
|
||||
@click.option(
|
||||
"--tensor-parallel-size", "--tp", "tensor_parallel_size", type=int, default=None, help="Tensor parallel size"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue