mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-25 05:55:52 +08:00
parent
b9be6fd35a
commit
cda2f2c453
@ -333,6 +333,7 @@ class NixlConnectorWorker:
|
||||
import os
|
||||
num_workers = 16
|
||||
# setting num workers on the prefiller causes the notifs to not be recved???
|
||||
# this is a hack to make sure we set num workers on the prefiller to 1.
|
||||
if os.getenv("VLLM_NIXL_SIDE_CHANNEL_PORT", "") == "5557":
|
||||
num_workers = None
|
||||
print(f"NUM_WORKERS: {num_workers=}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user