mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-27 22:45:57 +00:00
Fix broken link to TRT doc in exception details (#9496)
Co-authored-by: Moshe <modav@microsoft.com>
This commit is contained in:
parent
d42feae042
commit
4fd85cd97a
1 changed files with 1 additions and 1 deletions
|
|
@ -926,7 +926,7 @@ SubGraphCollection_t TensorrtExecutionProvider::GetSupportedList(SubGraphCollect
|
|||
ORT_THROW_IF_ERROR(ORT_MAKE_STATUS(ONNXRUNTIME, FAIL,
|
||||
"TensorRT input: " + input_arg->Name() + " has no shape specified. " +
|
||||
"Please run shape inference on the onnx model first. Details can be found in " +
|
||||
"https://www.onnxruntime.ai/docs/reference/execution-providers/TensorRT-ExecutionProvider.html#shape-inference-for-tensorrt-subgraphs"));
|
||||
"https://onnxruntime.ai/docs/execution-providers/TensorRT-ExecutionProvider.html#shape-inference-for-tensorrt-subgraphs"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue