MCPcopy Index your code
hub / github.com/NVIDIA/TensorRT-LLM / RequestError

Class RequestError

tensorrt_llm/executor/utils.py:76–77  ·  view source on GitHub ↗

The error raised when the request is failed.

Source from the content-addressed store, hash-verified

74
75
76class RequestError(RuntimeError):
77 ''' The error raised when the request is failed. '''
78
79
80class ProcessPoolExecutorSession(MpiSession):

Callers 4

submitMethod · 0.90
_check_argumentsMethod · 0.85
_enqueue_requestMethod · 0.85

Calls

no outgoing calls

Tested by 1

submitMethod · 0.72