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
09553647
Commit
09553647
authored
Apr 09, 2025
by
lizhigong
Browse files
add info log reminder zero overhead start
parent
d9789532
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/engine/llm_engine.py
vllm/engine/llm_engine.py
+2
-1
No files found.
vllm/engine/llm_engine.py
View file @
09553647
...
...
@@ -1326,6 +1326,7 @@ class LLMEngine:
self
.
sem_m2s
.
release
()
def
thread_zero_overhead
(
self
):
logger
.
info
(
'zero overhead thread start!'
)
try
:
while
True
:
self
.
sem_m2s
.
acquire
()
...
...
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