feat: add flush cache to EngineBase and HttpServerEngineAdapter (#6009)
This commit is contained in:
@@ -27,6 +27,11 @@ class EngineBase(ABC):
|
||||
"""Generate outputs based on given inputs."""
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def flush_cache(self):
|
||||
"""Flush the cache of the engine."""
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def update_weights_from_tensor(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user