Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lockshaw committed Sep 23, 2024
1 parent eb41dd1 commit d201fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/src/models/bert/bert.cc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ComputationGraph get_bert_computation_graph(BertConfig const &config) {
throw mk_runtime_error(
fmt::format("Currently only position_embedding_type=absolute is "
"supported, but found position_embedding_type={}. "
"If you need support this additional "
"If you need support for additional "
"position_embedding_type values, please create an issue.",
config.position_embedding_type));
}
Expand Down

0 comments on commit d201fe1

Please sign in to comment.