Skip to content

Commit

Permalink
minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajandhyala committed Jan 29, 2025
1 parent 4edf220 commit 49b765e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/web/lib/wasm/jsep/webgpu/ops/group-query-attention.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ export const groupQueryAttention = (context: ComputeContext, attributes: GroupQu

applyAttention(
context,
attributes.doRotary ? qRotary! : Q,
attributes.doRotary ? kRotary! : K,
Q,
K,
V,
undefined,
undefined,
Expand Down

0 comments on commit 49b765e

Please sign in to comment.