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 6b5d0fd commit 59e7270Copy full SHA for 59e7270
tests/scheduling_utils.py
@@ -188,7 +188,7 @@ def check_scheduler_inference_steps(
188
step_output = engine_core.step()
189
engine_core_output = step_output[0].get(0)
190
request_outputs = (engine_core_output.outputs
191
- if engine_core_output is not None else [])
+ if engine_core_output is not None else [])
192
193
if collect_outputs:
194
for output in request_outputs:
0 commit comments