Skip to content

Commit c6ee7c5

Browse files
authored
fix editorconfig-checker
1 parent 19e4f31 commit c6ee7c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ggml/src/ggml-openvino/openvino/utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void ggml_rope_yarn_corr_dims(int n_dims,
115115
std::pair<ov::Output<Node>, ov::Output<Node>> make_sin_cos(int32_t * rope_params,
116116
std::shared_ptr<ov::Node> inp_pos,
117117
std::shared_ptr<ov::Node> rope_freqs_weight,
118-
bool stateful) {
118+
bool stateful) {
119119
if (stateful) {
120120
inp_pos = std::make_shared<ov::op::v0::Squeeze>(inp_pos, ov::op::v0::Constant::create(ov::element::i64, {1}, {0}));
121121
inp_pos = std::make_shared<ov::op::v0::Convert>(inp_pos, ov::element::f32);

0 commit comments

Comments
 (0)