Skip to content

Commit

Permalink
Ok fine, one more space there, Mr Fancy
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-kaczor committed Mar 4, 2025
1 parent e2befba commit 3ad1c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/worker/hpu_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2695,7 +2695,7 @@ def _patch_prev_output(self):
model_input = self.cached_step_inputs.pop(0)
delayed_output = self.cached_step_outputs.pop(0).cpu().squeeze(
-1).tolist()
ctx = model_input.async_callback.keywords["ctx"] # type: ignore
ctx = model_input.async_callback.keywords["ctx"] # type: ignore
assert len(
ctx.output_queue) == 1, 'There should be exactly 1 output waiting!'
output_data = ctx.output_queue[0]
Expand Down

0 comments on commit 3ad1c8d

Please sign in to comment.