We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba99d24 commit 3555b72Copy full SHA for 3555b72
components/src/dynamo/vllm/publisher.py
@@ -63,6 +63,8 @@ def record(
63
scheduler_stats: SchedulerStats,
64
iteration_stats: Optional[IterationStats],
65
engine_idx: int = 0,
66
+ *args,
67
+ **kwargs,
68
):
69
# request_total_slots and kv_total_blocks are properties of model + gpu
70
# we should only publish them once, not every metric update
0 commit comments