mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-10 15:29:39 +00:00
fix-hopper-flashinfer
This commit is contained in:
parent
38333cf129
commit
b0318fc01c
3 changed files with 6 additions and 3 deletions
|
@ -100,7 +100,8 @@ class MLAWrapper():
|
|||
kv_indptr=self.kv_indptr_buf,
|
||||
kv_indices=self.kv_indices_buf,
|
||||
kv_len_arr=self.kv_len_arr_buf,
|
||||
bsz_tensor=self.batch_size_tensor_buf
|
||||
bsz_tensor=self.batch_size_tensor_buf,
|
||||
backend = "fa2",
|
||||
)
|
||||
self.need_plan = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue