[LLM] update function name (#2985)

* [LLM] update function name
This commit is contained in:
ltd0924
2025-07-24 15:03:40 +08:00
committed by GitHub
parent e14587a954
commit 3792345c3a
10 changed files with 24 additions and 24 deletions

View File

@@ -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