Skip to content

Commit

Permalink
Update sherpa-onnx/csrc/online-model-config.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Fangjun Kuang <[email protected]>
  • Loading branch information
shawl336 and csukuangfj committed Sep 12, 2024
1 parent 98fe5e1 commit 1cc767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherpa-onnx/csrc/online-model-config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ bool OnlineModelConfig::Validate() const {
if (!tokens_buf.empty() && FileExists(tokens)) {
SHERPA_ONNX_LOGE(
"you can not provide a tokens_buf and a tokens file: '%s', "
"at the same, which is confusing",
"at the same time, which is confusing",
tokens.c_str());
return false;
}
Expand Down

0 comments on commit 1cc767a

Please sign in to comment.