Fix grammar (#33121)

Signed-off-by: smashyalts <smashyalts@gmail.com>
This commit is contained in:
smashyalts
2026-01-31 18:59:34 +01:00
committed by GitHub
parent fedf64332e
commit 1e86c802d4

View File

@@ -141,7 +141,7 @@ class CPUWorker(Worker):
CpuPlatform.get_allowed_cpu_core_node_list()
)
assert len(allowed_numa_nodes) >= self.parallel_config.world_size, (
f"No enough allowed NUMA nodes to bind threads of "
f"Not enough allowed NUMA nodes to bind threads of "
f"{self.parallel_config.world_size} CPUWorkers. "
f"Allowed NUMA nodes are {allowed_numa_nodes}. "
"Please try to bind threads manually."