Unverified Commit 1e86c802 authored by smashyalts's avatar smashyalts Committed by GitHub
Browse files

Fix grammar (#33121)


Signed-off-by: default avatarsmashyalts <smashyalts@gmail.com>
parent fedf6433
......@@ -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."
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment