[Minor] Fix duplication of ignored seq group in engine step (#1666)
This commit is contained in:
@@ -567,7 +567,7 @@ class LLMEngine:
|
||||
blocks_to_copy=scheduler_outputs.blocks_to_copy,
|
||||
)
|
||||
|
||||
return self._process_model_outputs(output, scheduler_outputs) + ignored
|
||||
return self._process_model_outputs(output, scheduler_outputs)
|
||||
|
||||
def _log_system_stats(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user