Unverified Commit d3b5e9f2 authored by Tzu-Ling Kan's avatar Tzu-Ling Kan Committed by GitHub
Browse files

chore: relax NullStatLogger.record signature (#4164)


Signed-off-by: default avatartzulingk@nvidia.com <tzulingk@nvidia.com>
parent 51c4fe63
...@@ -26,6 +26,8 @@ class NullStatLogger(StatLoggerBase): ...@@ -26,6 +26,8 @@ class NullStatLogger(StatLoggerBase):
scheduler_stats: Optional[SchedulerStats], scheduler_stats: Optional[SchedulerStats],
iteration_stats: Optional[IterationStats], iteration_stats: Optional[IterationStats],
engine_idx: int = 0, engine_idx: int = 0,
*args,
**kwargs,
): ):
pass pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment