Skip to content

Commit f1053ea

Browse files
committed
Fix normalized key
1 parent 32307db commit f1053ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxscript/rewriter/ort_fusions/gqa_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def gqa(query, key, value, past_key, past_value, cos, sin, query_scale, key_scal
484484
sin,
485485
)
486486
key_BHkvSDh_rope = msft_op.RotaryEmbedding(
487-
key_BHkvSDh,
487+
key_BHkvSDh_normalized,
488488
position_ids_k,
489489
cos,
490490
sin,

0 commit comments

Comments
 (0)