mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-25 05:55:52 +08:00
parent
70b76554d1
commit
15bc311d28
@ -338,7 +338,7 @@ class NixlConnectorWorker:
|
||||
num_workers = 16
|
||||
# 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") == "0":
|
||||
if os.getenv("VLLM_IS_PREFILL", "0") == "1":
|
||||
num_workers = None
|
||||
print(f"NUM_WORKERS: {num_workers=}")
|
||||
self.nixl_wrapper = NixlWrapper(str(uuid.uuid4()),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user