Skip to content

Commit

Permalink
spurious change
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Dec 28, 2024
1 parent c4d8782 commit 39b28b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/v1/engine/async_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ async def generate(
# If the request is disconnected by the client, the
# generate() task will be canceled. So, we abort the
# request if we end up here.
except asyncio.exceptions.CancelledError:
except asyncio.CancelledError:
await self.abort(request_id)
raise

Expand Down

0 comments on commit 39b28b9

Please sign in to comment.