Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rachguo authored and rachguo committed Oct 26, 2023
1 parent 25df5d3 commit 8a995fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shared_test/test_ortops_hfberttokenizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ TEST(hf_bert_tokenizer_operator, test_optional_output) {
ASSERT_EQ(inputs.size(), outputs.size());

for (size_t i = 0, count = inputs.size(); i < count; ++i) {
TestInference(*ort_env, model_path.c_str(), inputs[i], outputs[i], GetLibraryPath());
TestInference(*ort_env, model_path.c_str(), inputs[i], outputs[i]);
}
}

0 comments on commit 8a995fe

Please sign in to comment.