Skip to content

Commit 1f2f105

Browse files
rebel-jinhwanclaude
authored andcommitted
fix(worker): quote CompilationTimes return annotation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent c8d20c6 commit 1f2f105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vllm_rbln/v1/worker/rbln_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def _ensure_rbln_cpu_affinity_after_warmup(self) -> None:
472472
)
473473
self._rbln_cpu_affinity_applied = True
474474

475-
def compile_or_warm_up_model(self) -> CompilationTimes:
475+
def compile_or_warm_up_model(self) -> "CompilationTimes":
476476
st = time.perf_counter()
477477
if self.parallel_config.data_parallel_size > 1:
478478
if envs.VLLM_RBLN_DP_IMPL == "padded_decode":

0 commit comments

Comments
 (0)