[Refactor] Pass Renderer to Input Processor (#34329)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2026-02-12 11:38:11 +08:00
committed by GitHub
parent ced2a92f40
commit b96f7314b4
20 changed files with 107 additions and 106 deletions

View File

@@ -31,12 +31,9 @@ class EngineClient(ABC):
vllm_config: VllmConfig
model_config: ModelConfig
input_processor: InputProcessor
renderer: BaseRenderer
io_processor: IOProcessor | None
@property
@abstractmethod
def renderer(self) -> BaseRenderer: ...
input_processor: InputProcessor
@property
@abstractmethod