Skip to content

Commit dc8b940

Browse files
Disabled add_lora_logits temporarily
Signed-off-by: Akshat Tripathi <akshat@krai.ai>
1 parent bae61a2 commit dc8b940

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vllm/lora/punica_wrapper/punica_tpu.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ def add_lora_logits(self,
273273
scale (float): Scaling factor.
274274
buffer (Optional[torch.Tensor]):Default to None.
275275
"""
276+
return y
277+
276278
y_org = y
277279
y = y.view(-1, y.shape[-1])
278280
x = x.view(-1, x.shape[-1])

0 commit comments

Comments
 (0)