mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-06 10:44:42 +08:00
parent
ff5a0cfa6e
commit
7fbcbbfc45
@ -334,7 +334,7 @@ class NixlConnectorWorker:
|
|||||||
|
|
||||||
# Agent.
|
# Agent.
|
||||||
import os
|
import os
|
||||||
num_workers = 64
|
num_workers = 32
|
||||||
# setting num_workers on the prefiller causes no notifs to be recved???
|
# 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.
|
# this is a hack to make sure we set num workers on the prefiller to 1.
|
||||||
if os.getenv("VLLM_IS_PREFILL", "0") == "1":
|
if os.getenv("VLLM_IS_PREFILL", "0") == "1":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user