[Refactor] Clean up unused variables & func (#32692)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye
2026-01-23 17:04:25 -05:00
committed by GitHub
parent 4561f13985
commit 37c9859fab
5 changed files with 0 additions and 30 deletions

View File

@@ -33,8 +33,6 @@ from vllm.model_executor.models.phi4mm_utils import (
unfold_tensor,
)
_AUDIO_PLACEHOLDER_TOKEN_ID = 200011 # <|endoftext11|>
class ConformerEncoderLayer(nn.Module):
"""ConformerEncoder Layer module.