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
b1085044
Commit
b1085044
authored
Jul 17, 2025
by
zhuwenwen
Browse files
remove ready_pipe
parent
92adb910
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vllm/v1/engine/core.py
vllm/v1/engine/core.py
+0
-3
No files found.
vllm/v1/engine/core.py
View file @
b1085044
...
@@ -576,9 +576,6 @@ class EngineCoreProc(EngineCore):
...
@@ -576,9 +576,6 @@ class EngineCoreProc(EngineCore):
else
:
else
:
engine_core
=
EngineCoreProc
(
*
args
,
**
kwargs
)
engine_core
=
EngineCoreProc
(
*
args
,
**
kwargs
)
# Send Readiness signal to EngineClient.
ready_pipe
.
send
({
"status"
:
"READY"
})
engine_core
.
run_busy_loop
()
engine_core
.
run_busy_loop
()
except
SystemExit
:
except
SystemExit
:
...
...
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