mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-01 17:07:06 +08:00
parent
b9be6fd35a
commit
cda2f2c453
@ -333,6 +333,7 @@ class NixlConnectorWorker:
|
|||||||
import os
|
import os
|
||||||
num_workers = 16
|
num_workers = 16
|
||||||
# setting num workers on the prefiller causes the notifs to not be recved???
|
# 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":
|
if os.getenv("VLLM_NIXL_SIDE_CHANNEL_PORT", "") == "5557":
|
||||||
num_workers = None
|
num_workers = None
|
||||||
print(f"NUM_WORKERS: {num_workers=}")
|
print(f"NUM_WORKERS: {num_workers=}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user