Skip to content

Commit

Permalink
reverting the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpanah committed Nov 24, 2024
1 parent 5f53673 commit 4078f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ IncreasePositionIdsPrecision::IncreasePositionIdsPrecision() {

auto rope = wrap_type<ov::op::internal::RoPE>({any_input(), rope_cos_input, rope_sin_input});

ov::matcher_pass_callback callback = [=, this](ov::pass::pattern::Matcher& m) {
ov::matcher_pass_callback callback = [OV_CAPTURE_CPY_AND_THIS](ov::pass::pattern::Matcher& m) {
const auto& pattern_map = m.get_pattern_value_map();

auto matmul_node = std::dynamic_pointer_cast<ov::op::v0::MatMul>(pattern_map.at(gemm_or_matmul).get_node_shared_ptr());
Expand Down

0 comments on commit 4078f44

Please sign in to comment.