mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-14 04:44:00 +08:00
Remove Paddle Reader (#1813)
* Remove Paddle Reader * support pp-infer c++14 * disable trt cache --------- Co-authored-by: wang-xinyu <wangxinyu_es@163.com>
This commit is contained in:
@@ -314,7 +314,9 @@ ModelState::ModelState(TRITONBACKEND_Model* triton_model)
|
||||
// value_string,
|
||||
// &runtime_options_->trt_max_workspace_size));
|
||||
} else if (param_key == "cache_file") {
|
||||
runtime_options_->trt_option.serialize_file = value_string;
|
||||
LOG_MESSAGE(TRITONSERVER_LOG_INFO,
|
||||
"Skipping setting TRT cache file.");
|
||||
// runtime_options_->trt_option.serialize_file = value_string;
|
||||
} else if (param_key == "use_paddle") {
|
||||
runtime_options_->EnablePaddleToTrt();
|
||||
} else if (param_key == "use_paddle_log") {
|
||||
|
Reference in New Issue
Block a user