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
4e22d272
Commit
4e22d272
authored
Sep 04, 2025
by
王敏
Browse files
去掉无效代码
parent
d997afc4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
vllm/v1/engine/utils.py
vllm/v1/engine/utils.py
+0
-6
No files found.
vllm/v1/engine/utils.py
View file @
4e22d272
...
...
@@ -437,10 +437,6 @@ def launch_core_engines(
local_start_index
=
local_start_index
or
0
)
else
:
local_engine_manager
=
None
import
torch
torch
.
cuda
.
synchronize
()
logger
.
info
((
"launch_core_engines end==============================="
))
yield
local_engine_manager
,
coordinator
,
addresses
# Now wait for engines to start.
...
...
@@ -453,8 +449,6 @@ def launch_core_engines(
local_engine_manager
,
coordinator
.
proc
if
coordinator
else
None
,
)
torch
.
cuda
.
synchronize
()
logger
.
info
((
"engine startup==============================="
))
def
wait_for_engine_startup
(
...
...
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