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 51c4fe6 commit d3b5e9fCopy full SHA for d3b5e9f
components/src/dynamo/vllm/publisher.py
@@ -26,6 +26,8 @@ def record(
26
scheduler_stats: Optional[SchedulerStats],
27
iteration_stats: Optional[IterationStats],
28
engine_idx: int = 0,
29
+ *args,
30
+ **kwargs,
31
):
32
pass
33
0 commit comments