Signed-off-by: rshaw@neuralmagic.com <robertgshaw2@gmail.com>
This commit is contained in:
rshaw@neuralmagic.com 2025-07-01 03:15:16 +00:00
parent ff5a0cfa6e
commit 7fbcbbfc45

View File

@ -334,7 +334,7 @@ class NixlConnectorWorker:
# Agent.
import os
num_workers = 64
num_workers = 32
# setting num_workers on the prefiller causes no notifs to be recved???
# this is a hack to make sure we set num workers on the prefiller to 1.
if os.getenv("VLLM_IS_PREFILL", "0") == "1":