diff --git a/lib/models/src/models/bert/bert.cc b/lib/models/src/models/bert/bert.cc index 9f0d14d268..cf48f2399b 100644 --- a/lib/models/src/models/bert/bert.cc +++ b/lib/models/src/models/bert/bert.cc @@ -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)); }