Skip to content

Commit 05e8559

Browse files
committed
Fix format
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
1 parent 4291ffc commit 05e8559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/lora/layers/column_parallel_linear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def __init__(self, base_layer: QKVParallelLinear) -> None:
333333
self.n_slices = 1
334334

335335
def slice_lora_b(self, lora_b: torch.Tensor) -> torch.Tensor:
336-
336+
337337
self.q_shard_id = self.tp_rank
338338
self.kv_shard_id = self.tp_rank // self.base_layer.num_kv_head_replicas
339339
lora_b_q = lora_b[self.q_proj_shard_size *

0 commit comments

Comments
 (0)