Skip to content

Commit 23ca680

Browse files
committed
update ut
Signed-off-by: elvischenv <[email protected]>
1 parent ef240ff commit 23ca680

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/kernels/attention/test_flashinfer_trtllm_decode_attention.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,10 @@ def test_flashinfer_trtllm_decode_with_baseline(
124124
query.contiguous(),
125125
key_value_cache,
126126
workspace_buffer,
127-
num_query_heads,
128-
num_kv_heads,
129-
scale,
130127
block_tables,
131128
kv_lens_tensor,
132-
block_size,
133129
max_kv_len,
134-
"auto",
135-
k_scale,
130+
k_scale * scale,
136131
v_scale,
137132
)
138133

0 commit comments

Comments
 (0)