Skip to content

Commit 3555b72

Browse files
authored
chore: relax DynamoStatLoggerPublisher.record() signature (#3986)
Signed-off-by: Guan Luo <[email protected]>
1 parent ba99d24 commit 3555b72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/src/dynamo/vllm/publisher.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def record(
6363
scheduler_stats: SchedulerStats,
6464
iteration_stats: Optional[IterationStats],
6565
engine_idx: int = 0,
66+
*args,
67+
**kwargs,
6668
):
6769
# request_total_slots and kv_total_blocks are properties of model + gpu
6870
# we should only publish them once, not every metric update

0 commit comments

Comments
 (0)