Skip to content

Commit a1ed685

Browse files
fix: lint errors (#516)
1 parent b0dad7b commit a1ed685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_rbln/v1/worker/rbln_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def compile_or_warm_up_model(self) -> float:
390390
logger.warning("skipping compile_or_warm_up_model")
391391

392392
self._ensure_rbln_cpu_affinity_after_warmup()
393-
return
393+
return time.perf_counter() - st
394394
else:
395395
try:
396396
self.model_runner.warm_up_model()

0 commit comments

Comments
 (0)