Skip to content

Commit 5dd9b13

Browse files
authored
Update test_block_multihead_attention.py
1 parent 26ea585 commit 5dd9b13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/legacy_test/test_block_multihead_attention.py

-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ def block_cache_to_naive_cache(
277277
return out_cache_k, out_cache_v
278278

279279

280-
# MHA
281280
@unittest.skipIf(
282281
not core.is_compiled_with_cuda()
283282
or get_cuda_version() < 11040

0 commit comments

Comments
 (0)