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
4b5b8a6a
Unverified
Commit
4b5b8a6a
authored
Dec 13, 2024
by
Tyler Michael Smith
Committed by
GitHub
Dec 13, 2024
Browse files
[V1][Bugfix] Fix EngineCoreProc profile (#11185)
Signed-off-by:
Tyler Michael Smith
<
tyler@neuralmagic.com
>
parent
4863e5fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/engine/core.py
vllm/v1/engine/core.py
+1
-1
No files found.
vllm/v1/engine/core.py
View file @
4b5b8a6a
...
...
@@ -321,7 +321,7 @@ class EngineCoreProc(EngineCore):
if
isinstance
(
request
,
EngineCoreRequest
):
self
.
add_request
(
request
)
elif
isinstance
(
request
,
EngineCoreProfile
):
self
.
model_executor
.
worker
.
profile
(
request
.
is_start
)
self
.
model_executor
.
profile
(
request
.
is_start
)
else
:
# TODO: make an EngineCoreAbort wrapper
assert
isinstance
(
request
,
list
)
...
...
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