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 88bc4b0 commit 34ffd63Copy full SHA for 34ffd63
vllm/forward_context.py
@@ -54,7 +54,7 @@ def get_forward_context() -> ForwardContext:
54
return _forward_context
55
56
57
-def try_get_forward_context() -> ForwardContext:
+def try_get_forward_context() -> Optional[ForwardContext]:
58
59
60
0 commit comments