Simplify TokenizerGroup (#16790)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
@@ -526,8 +526,6 @@ class _AsyncLLMEngine(LLMEngine):
|
||||
)
|
||||
|
||||
async def check_health_async(self) -> None:
|
||||
if self.tokenizer:
|
||||
self.tokenizer.check_health()
|
||||
self.model_executor.check_health()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user