Tiny add Engine.flush_cache API (#5241)
This commit is contained in:
@@ -671,10 +671,15 @@ class BatchEmbeddingOut:
|
||||
|
||||
|
||||
@dataclass
|
||||
class FlushCacheReq:
|
||||
class FlushCacheReqInput:
|
||||
pass
|
||||
|
||||
|
||||
@dataclass
|
||||
class FlushCacheReqOutput:
|
||||
success: bool
|
||||
|
||||
|
||||
@dataclass
|
||||
class UpdateWeightFromDiskReqInput:
|
||||
# The model path with the new weights
|
||||
|
||||
Reference in New Issue
Block a user