Skip to content

Commit

Permalink
update unit test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chilo-ms committed Jan 21, 2024
1 parent ec7c8f3 commit dccb2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/providers/tensorrt/tensorrt_basic_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ TEST(TensorrtExecutionProviderTest, EPContextNode) {
*
* expected result=>
* engine cache path is "./context_model_folder/engine_cache_folder/xxxxx.engine"
* and the "ep_cache_context" attribute node of the context model should point to that.
* and the "ep_cache_context" attribute node of the context model should point to "engine_cache_folder/xxxxx.engine".
*
*/
InferenceSession session_object4{so, GetEnvironment()};
Expand Down

0 comments on commit dccb2da

Please sign in to comment.