mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 08:37:06 +08:00
@@ -96,6 +96,6 @@ class WorkerBase(ABC):
|
||||
"""Basic health check (override for device-specific checks)."""
|
||||
return NotImplementedError
|
||||
|
||||
def prefill_finished(self):
|
||||
"""check whether prefill stage finished."""
|
||||
def exist_prefill(self):
|
||||
"""check whether prefill stage exist."""
|
||||
return True
|
||||
|
Reference in New Issue
Block a user