mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-08 01:50:27 +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 "
|
<< "TensorRT engine will be rebuilt once shape range information "
|
||||||
"changed, this may take lots of time, you can set a proper shape "
|
"changed, this may take lots of time, you can set a proper shape "
|
||||||
"range before loading model to avoid rebuilding process. refer "
|
"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."
|
"tensorrt_tricks.md for more details."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
BuildTrtEngine();
|
BuildTrtEngine();
|
||||||
@@ -592,7 +592,7 @@ bool TrtBackend::CreateTrtEngineFromOnnx(const std::string& onnx_model_buffer) {
|
|||||||
"should be noticed that FastDeploy will rebuild the engine while "
|
"should be noticed that FastDeploy will rebuild the engine while "
|
||||||
"new input shape is out of the collected shape range, this may "
|
"new input shape is out of the collected shape range, this may "
|
||||||
"bring some time consuming problem, refer "
|
"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."
|
"tensorrt_tricks.md for more details."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
initialized_ = true;
|
initialized_ = true;
|
||||||
|
Reference in New Issue
Block a user