Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chilo-ms committed Dec 2, 2024
1 parent 2e1d022 commit 18e4c0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ TensorrtExecutionProvider::TensorrtExecutionProvider(const TensorrtExecutionProv

LOGS_DEFAULT(VERBOSE) << "[TensorRT EP] TensorRT version is " << trt_version_;
LOGS_DEFAULT(VERBOSE) << "[TensorRT EP] CUDA version is " << cuda_version_;
LOGS_DEFAULT(VERBOSE) << "[TensorRT EP] ORT version is " << cuda_version_;
LOGS_DEFAULT(VERBOSE) << "[TensorRT EP] ORT version is " << ort_version_;

LOGS_DEFAULT(VERBOSE) << "[TensorRT EP] TensorRT provider options: "
<< "device_id: " << device_id_
Expand Down

0 comments on commit 18e4c0d

Please sign in to comment.