Feat/support encoder model (like bert) (#4887)
This commit is contained in:
@@ -116,6 +116,7 @@ class TestTritonAttention(CustomTestCase):
|
||||
kv_indptr,
|
||||
kv_indices,
|
||||
custom_mask,
|
||||
True,
|
||||
mask_indptr,
|
||||
max_len_extend,
|
||||
)
|
||||
@@ -150,6 +151,7 @@ class TestTritonAttention(CustomTestCase):
|
||||
kv_indptr,
|
||||
kv_indices,
|
||||
custom_mask,
|
||||
True,
|
||||
mask_indptr,
|
||||
max_len_extend,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user