Skip to content

Commit fa7d193

Browse files
committed
commit
1 parent a00c648 commit fa7d193

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fastdeploy/model_executor/ops/triton_ops/write_cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def write_cache(
7575
head_dim_k = cache_k.shape[-1]
7676
head_dim_v = cache_v.shape[-1]
7777
num_kv_heads = cache_k.shape[1]
78-
assert num_kv_heads == cache_v.shape[1]
7978
q_size = qkv_out.shape[-1] - (head_dim_k + head_dim_v) * num_kv_heads
8079

8180
M = qkv_out.shape[0]

0 commit comments

Comments
 (0)