Fix flush cache (#5590)
This commit is contained in:
@@ -716,7 +716,7 @@ class TokenizerManager:
|
||||
pass
|
||||
|
||||
async def flush_cache(self) -> FlushCacheReqOutput:
|
||||
return await self.flush_cache_communicator(FlushCacheReqInput())
|
||||
return (await self.flush_cache_communicator(FlushCacheReqInput()))[0]
|
||||
|
||||
def abort_request(self, rid: str):
|
||||
if rid not in self.rid_to_state:
|
||||
|
||||
Reference in New Issue
Block a user