MCPcopy
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
51class RPCTimeout(RPCError):
52 """Exception for when a request processing times out."""
53
54
55class RPCCancelled(RPCError):

Callers 4

_call_asyncMethod · 0.85
_call_streamingMethod · 0.85
_process_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected