Skip to content

Commit af6302f

Browse files
committed
fix merge
1 parent ed4a565 commit af6302f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm/lora/ops/bgmv_shrink.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ def _bgmv_shrink(
103103
assert inputs.size(1) == lora_a_weights.size(-1)
104104
assert inputs.is_contiguous()
105105

106-
override_config: Optional[Dict[str, int]] = None
107-
108106
if lora_a_weights.ndim == 4: # shape:(lora_num,1,rank, size)
109107
assert lora_a_weights.size(1) == 1
110108
lora_a_weights = lora_a_weights.squeeze(dim=1)

0 commit comments

Comments
 (0)