We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da608b7 commit 6558509Copy full SHA for 6558509
python/sglang/srt/disaggregation/mooncake/conn.py
@@ -354,7 +354,7 @@ def transfer_worker(
354
kv_chunk.prefill_kv_indices
355
):
356
kv_chunk.prefill_kv_indices = kv_chunk.prefill_kv_indices[
357
- len(chunked_dst_kv_indice)
+ : len(chunked_dst_kv_indice)
358
]
359
logger.warning(
360
f"len(chunked_dst_kv_indice) = {len(chunked_dst_kv_indice)}, len(kv_chunk.prefill_kv_indices) = {len(kv_chunk.prefill_kv_indices)}"
0 commit comments