Skip to content

Commit c698db3

Browse files
committed
minor diff reduction
Signed-off-by: Thomas Parnell <[email protected]>
1 parent 9ad6271 commit c698db3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/model_executor/models/minimax_text_01.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@ def _forward(self, hidden_states: torch.Tensor, output: torch.Tensor,
541541
qkvact = torch.nn.functional.silu(qkv32)
542542
qkvact = qkvact.view((qkv.shape[0], self.tp_heads, -1))
543543
q, k, v = torch.split(qkvact, [self.head_dim] * 3, dim=-1)
544-
545544
if envs.VLLM_USE_V1:
546545
if attn_metadata is not None:
547546
kv_cache = self.kv_cache[forward_context.virtual_engine][0]

0 commit comments

Comments
 (0)