Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d3b5e9f2
Unverified
Commit
d3b5e9f2
authored
Nov 07, 2025
by
Tzu-Ling Kan
Committed by
GitHub
Nov 08, 2025
Browse files
chore: relax NullStatLogger.record signature (#4164)
Signed-off-by:
tzulingk@nvidia.com
<
tzulingk@nvidia.com
>
parent
51c4fe63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
components/src/dynamo/vllm/publisher.py
components/src/dynamo/vllm/publisher.py
+2
-0
No files found.
components/src/dynamo/vllm/publisher.py
View file @
d3b5e9f2
...
...
@@ -26,6 +26,8 @@ class NullStatLogger(StatLoggerBase):
scheduler_stats
:
Optional
[
SchedulerStats
],
iteration_stats
:
Optional
[
IterationStats
],
engine_idx
:
int
=
0
,
*
args
,
**
kwargs
,
):
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment