Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ RPCTimeout
Class
RPCTimeout
tensorrt_llm/executor/rpc/rpc_common.py:51–52 ·
view source on GitHub ↗
Exception for when a request processing times out.
Source
from the content-addressed store, hash-verified
49
50
51
class
RPCTimeout(RPCError):
52
""
"Exception for when a request processing times out."
""
53
54
55
class
RPCCancelled(RPCError):
Callers
4
_call_async
Method · 0.85
_call_streaming
Method · 0.85
_process_request
Method · 0.85
_process_streaming_request
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected