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
d4902ba5
Unverified
Commit
d4902ba5
authored
Nov 12, 2025
by
wangxiyuan
Committed by
GitHub
Nov 11, 2025
Browse files
[Misc] Cleanup Executor interface (#28441)
Signed-off-by:
wangxiyuan
<
wangxiyuan1007@gmail.com
>
parent
df4d3a44
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
vllm/v1/executor/abstract.py
vllm/v1/executor/abstract.py
+0
-6
No files found.
vllm/v1/executor/abstract.py
View file @
d4902ba5
...
...
@@ -294,12 +294,6 @@ class Executor(ABC):
"""Reset the multi-modal cache in each worker."""
self
.
collective_rpc
(
"reset_mm_cache"
)
def
start_profile
(
self
)
->
None
:
self
.
collective_rpc
(
"start_profile"
)
def
stop_profile
(
self
)
->
None
:
self
.
collective_rpc
(
"stop_profile"
)
def
sleep
(
self
,
level
:
int
=
1
):
if
self
.
is_sleeping
:
logger
.
warning
(
"Executor is already sleeping."
)
...
...
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