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
6241521d
Unverified
Commit
6241521d
authored
Apr 01, 2026
by
Nick Hill
Committed by
GitHub
Apr 01, 2026
Browse files
[BugFix] Fix precommit breakage due to conflicting in-flight merges (#38759)
Signed-off-by:
Nick Hill
<
nickhill123@gmail.com
>
parent
1785dc55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/executor/ray_executor_v2.py
vllm/v1/executor/ray_executor_v2.py
+1
-1
No files found.
vllm/v1/executor/ray_executor_v2.py
View file @
6241521d
...
...
@@ -420,7 +420,7 @@ class RayExecutorV2(MultiprocExecutor):
for
response_mq
in
self
.
response_mqs
:
response_mq
.
wait_until_ready
()
self
.
futures_queue
=
deque
[
tuple
[
FutureWrapper
,
Any
]
]()
self
.
futures_queue
=
deque
[
FutureWrapper
]()
self
.
_post_init_executor
()
self
.
start_worker_monitor
()
...
...
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