Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 committed Jan 15, 2025
1 parent b343681 commit 111d30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/llm/src/ipex_llm/transformers/models/llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def llama_attention_forward(
query_states, key_states)
else:
xe_addons.rotary_half_inplaced(self.rotary_emb.inv_freq, position_ids,
query_states, key_states)
query_states, key_states)
else:
# transformers >= 4.46
cos, sin = position_embeddings
Expand Down

0 comments on commit 111d30b

Please sign in to comment.