mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-23 07:35:01 +08:00
[V1] Enable profile for LLMEngine (#10665)
This commit is contained in:
parent
334d64d1e8
commit
1f6584ee85
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user