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 f5c5704 commit 2c827dcCopy full SHA for 2c827dc
vllm/executor/executor_base.py
@@ -74,7 +74,7 @@ def collective_rpc(self,
74
`self` argument, in addition to the arguments passed in `args`
75
and `kwargs`. The `self` argument will be the worker object.
76
timeout: Maximum time in seconds to wait for execution. Raises a
77
- {exc}`TimeoutError` on timeout. `None` means wait indefinitely.
+ [`TimeoutError`][] on timeout. `None` means wait indefinitely.
78
args: Positional arguments to pass to the worker method.
79
kwargs: Keyword arguments to pass to the worker method.
80
0 commit comments