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
be429d0c
Unverified
Commit
be429d0c
authored
Oct 17, 2025
by
Yongtao Huang
Committed by
GitHub
Oct 17, 2025
Browse files
Fix incorrect docstring for stop_profile() method (#27101)
Signed-off-by:
Yongtao Huang
<
yongtaoh2022@gmail.com
>
parent
c253745e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/protocol.py
vllm/engine/protocol.py
+1
-1
No files found.
vllm/engine/protocol.py
View file @
be429d0c
...
@@ -110,7 +110,7 @@ class EngineClient(ABC):
...
@@ -110,7 +110,7 @@ class EngineClient(ABC):
@
abstractmethod
@
abstractmethod
async
def
stop_profile
(
self
)
->
None
:
async
def
stop_profile
(
self
)
->
None
:
"""St
art
profiling the engine"""
"""St
op
profiling the engine"""
...
...
@
abstractmethod
@
abstractmethod
...
...
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