Skip to content

Commit

Permalink
small fix (#12573)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeouSker77 authored Dec 18, 2024
1 parent a4eb561 commit e2ae429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/llm/src/ipex_llm/transformers/models/minicpmv.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def siglip_attention_forward(
import xe_addons
attn_weights = None
attn_output = xe_addons.siglip_sdp_non_causal(query_states, key_states,
value_states, attention_softmax)
value_states, attention_mask)
else:
query_states, key_states, value_states = padding_qkv_hd(
query_states, key_states, value_states,
Expand Down

0 comments on commit e2ae429

Please sign in to comment.