Skip to content

Commit

Permalink
Update session.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
manickavela29 authored Jul 15, 2024
1 parent 8dbe41c commit 9e052f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sherpa-onnx/csrc/session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ static Ort::SessionOptions GetSessionOptionsImpl(int32_t num_threads,
std::to_string(trt_config.trt_timing_cache_enable);
auto trt_dump_subgraphs =
std::to_string(trt_config.trt_dump_subgraphs);
// SHERPA_ONNX_LOGE("max workspace : %s",trt_max_workspace_size.c_str());
std::vector<TrtPairs> trt_options = {
{"device_id", device_id.c_str()},
{"trt_max_workspace_size", trt_max_workspace_size.c_str()},
Expand Down

0 comments on commit 9e052f5

Please sign in to comment.