[PD] Support PD disaggregation with Prefill PP (#8846)
Signed-off-by: Shangming Cai <caishangming@linux.alibaba.com> Signed-off-by: Shangming Cai <csmthu@gmail.com> Co-authored-by: root <huzhiyuan@xiaohongshu.com> Co-authored-by: Ying Sheng <sqy1415@gmail.com> Co-authored-by: Francis <38564764+ssssnow@users.noreply.github.com> Co-authored-by: zitto <zhjc1124@gmail.com>
This commit is contained in:
@@ -849,7 +849,7 @@ class MLATokenToKVPool(KVCache):
|
||||
cache_k_rope = cache_k_rope.view(self.store_dtype)
|
||||
|
||||
set_mla_kv_buffer_triton(
|
||||
self.kv_buffer[layer_id], loc, cache_k_nope, cache_k_rope
|
||||
self.kv_buffer[layer_id - self.start_layer], loc, cache_k_nope, cache_k_rope
|
||||
)
|
||||
|
||||
def get_cpu_copy(self, indices):
|
||||
|
||||
Reference in New Issue
Block a user