[Misc] Remove redundant attention var constants (#29650)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-11-28 20:35:19 +08:00
committed by GitHub
parent 5c2b5cb422
commit 33b06a6f24
7 changed files with 19 additions and 63 deletions

View File

@@ -23,12 +23,9 @@ from vllm.model_executor.models.deepseek_v2 import (
DeepseekV2DecoderLayer,
DeepseekV3ForCausalLM,
)
from vllm.utils import init_logger
from .utils import AutoWeightsLoader, maybe_prefix, process_eagle_weight
logger = init_logger(__name__)
@support_torch_compile
class DeepseekV2Model(nn.Module):