Skip to content

Commit 9cb4eea

Browse files
clean up
Signed-off-by: Congcong Chen <congcongchen@microsoft.com>
1 parent 0e20e17 commit 9cb4eea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vllm/attention/layer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ def __init__(
160160
self.attn_type = attn_type
161161

162162
if kv_sharing_target_layer_name is not None:
163-
# if not envs.VLLM_USE_V1:
164-
# raise NotImplementedError(
165-
# "Cross-layer KV sharing is not supported in V0.")
166-
167163
validate_kv_sharing_target(
168164
prefix,
169165
kv_sharing_target_layer_name,

0 commit comments

Comments
 (0)