From 60d65cdf5c7a2c56af5a8d9f2f2193b85b4dc520 Mon Sep 17 00:00:00 2001 From: i-yuanyukun Date: Mon, 22 Dec 2025 15:37:07 +0800 Subject: [PATCH] [Chore] remove unused method --- vllm/model_executor/models/step3_text.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vllm/model_executor/models/step3_text.py b/vllm/model_executor/models/step3_text.py index a09bf0c8bd37f..eb723582a0ccb 100644 --- a/vllm/model_executor/models/step3_text.py +++ b/vllm/model_executor/models/step3_text.py @@ -322,14 +322,6 @@ class Step3TextDecoderLayer(nn.Module): return hidden_states, residual - def compute_attn_output( - self, - positions: torch.Tensor, - hidden_states: torch.Tensor, - residual: torch.Tensor | None, - ): - pass - def compute_ffn_output(self, hidden_states): assert self.afd_role == "ffn" if self.use_moe: