mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 17:41:52 +08:00
Fix dead link in notice
This commit is contained in:
@@ -298,7 +298,7 @@ bool TrtBackend::Infer(std::vector<FDTensor>& inputs,
|
||||
<< "TensorRT engine will be rebuilt once shape range information "
|
||||
"changed, this may take lots of time, you can set a proper shape "
|
||||
"range before loading model to avoid rebuilding process. refer "
|
||||
"https://github.com/PaddlePaddle/FastDeploy/docs/en/faq/"
|
||||
"https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/en/faq/"
|
||||
"tensorrt_tricks.md for more details."
|
||||
<< std::endl;
|
||||
BuildTrtEngine();
|
||||
@@ -592,7 +592,7 @@ bool TrtBackend::CreateTrtEngineFromOnnx(const std::string& onnx_model_buffer) {
|
||||
"should be noticed that FastDeploy will rebuild the engine while "
|
||||
"new input shape is out of the collected shape range, this may "
|
||||
"bring some time consuming problem, refer "
|
||||
"https://github.com/PaddlePaddle/FastDeploy/docs/en/faq/"
|
||||
"https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/en/faq/"
|
||||
"tensorrt_tricks.md for more details."
|
||||
<< std::endl;
|
||||
initialized_ = true;
|
||||
|
Reference in New Issue
Block a user