Skip to content

Commit

Permalink
fix annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyems committed Dec 15, 2023
1 parent e3d6d03 commit d3bc5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/core/graph/contrib_ops/bert_defs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ ONNX_MS_OPERATOR_SET_SCHEMA(
AttributeProto::INT,
OPTIONAL_VALUE)
.Attr("rotary_embedding",
"Dimention of rotary embedding. Limited to 32 or 64. Default value is head_size / 2",
"Dimention of rotary embedding. Limited to 32 or 64. Default value is head_size",

Check notice on line 337 in onnxruntime/core/graph/contrib_ops/bert_defs.cc

View workflow job for this annotation

GitHub Actions / misspell

[misspell] onnxruntime/core/graph/contrib_ops/bert_defs.cc#L337

"Dimention" is a misspelling of "Dimension"
Raw output
./onnxruntime/core/graph/contrib_ops/bert_defs.cc:337:15: "Dimention" is a misspelling of "Dimension"
AttributeProto::INT,
OPTIONAL_VALUE)
.Attr("mask_filter_value",
Expand Down

0 comments on commit d3bc5e6

Please sign in to comment.