Skip to content

Commit 7d7b2a2

Browse files
committed
fix indentation bug after merging
1 parent 734f858 commit 7d7b2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ucm/sparse/kvcomp/kvcomp_hbm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def attention_begin(
328328
torch.bfloat16
329329
)
330330
valid_k_hash_token = attn_metadata.slot_mapping.flatten().numel()
331-
reshape_and_cache_khash_triton(
331+
reshape_and_cache_khash_triton(
332332
k_hash_compute[:valid_k_hash_token],
333333
attn_metadata.slot_mapping.flatten(),
334334
k_hash,

0 commit comments

Comments
 (0)