Flush Cache API (#103)

This commit is contained in:
Liangsheng Yin
2024-01-26 13:32:59 +08:00
committed by GitHub
parent 3a581e9949
commit 81561f8e2d
6 changed files with 48 additions and 64 deletions

View File

@@ -87,3 +87,8 @@ class BatchStrOut:
output_str: List[str]
meta_info: List[Dict]
finished: List[bool]
@dataclass
class FlushCacheReq:
pass