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
1f6584ee
Unverified
Commit
1f6584ee
authored
Nov 26, 2024
by
Kunshang Ji
Committed by
GitHub
Nov 26, 2024
Browse files
[V1] Enable profile for LLMEngine (#10665)
parent
334d64d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vllm/v1/engine/llm_engine.py
vllm/v1/engine/llm_engine.py
+3
-3
No files found.
vllm/v1/engine/llm_engine.py
View file @
1f6584ee
...
...
@@ -161,13 +161,13 @@ class LLMEngine:
# TODO(rob): Can we get rid of these?
def
get_model_config
(
self
):
pass
return
self
.
model_config
def
start_profile
(
self
):
pass
self
.
engine_core
.
profile
(
True
)
def
stop_profile
(
self
):
pass
self
.
engine_core
.
profile
(
False
)
def
get_tokenizer_group
(
self
,
group_type
):
pass
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