Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
93ecb813
Unverified
Commit
93ecb813
authored
May 22, 2025
by
Nick Hill
Committed by
GitHub
May 23, 2025
Browse files
[BugFix] Increase TP execute_model timeout (#18558)
Signed-off-by:
Nick Hill
<
nhill@redhat.com
>
parent
fae453f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/executor/multiproc_executor.py
vllm/v1/executor/multiproc_executor.py
+1
-1
No files found.
vllm/v1/executor/multiproc_executor.py
View file @
93ecb813
...
@@ -38,7 +38,7 @@ logger = init_logger(__name__)
...
@@ -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
=
4
0
EXECUTE_MODEL_TIMEOUT_S
=
30
0
class
MultiprocExecutor
(
Executor
):
class
MultiprocExecutor
(
Executor
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment