Skip to content

Commit 3d6d25c

Browse files
ant-yyIsotr0py
andauthored
Remove code that is not needed
Co-authored-by: Isotr0py <2037008807@qq.com>
1 parent ab25053 commit 3d6d25c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

vllm/model_executor/models/bailing_moe.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -464,16 +464,6 @@ class BailingMoeForCausalLM(nn.Module, SupportsLoRA, SupportsPP):
464464
],
465465
}
466466

467-
# LoRA specific attributes
468-
supported_lora_modules = [
469-
"query_key_value",
470-
"dense",
471-
"gate_up_proj",
472-
"down_proj",
473-
]
474-
embedding_modules = {}
475-
embedding_padding_modules = []
476-
477467
def __init__(
478468
self,
479469
*,

0 commit comments

Comments
 (0)