mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 02:35:24 +08:00
[BugFix] Increase TP execute_model timeout (#18558)
Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
parent
fae453f8ce
commit
93ecb8139c
@ -38,7 +38,7 @@ logger = init_logger(__name__)
|
|||||||
POLLING_TIMEOUT_MS = 5000
|
POLLING_TIMEOUT_MS = 5000
|
||||||
POLLING_TIMEOUT_S = POLLING_TIMEOUT_MS // 1000
|
POLLING_TIMEOUT_S = POLLING_TIMEOUT_MS // 1000
|
||||||
|
|
||||||
EXECUTE_MODEL_TIMEOUT_S = 40
|
EXECUTE_MODEL_TIMEOUT_S = 300
|
||||||
|
|
||||||
|
|
||||||
class MultiprocExecutor(Executor):
|
class MultiprocExecutor(Executor):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user