mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 00:05:36 +08:00
[Model] add a lora module for granite 3.0 MoE models (#9673)
This commit is contained in:
parent
9f7b4ba865
commit
a6f3721861
@ -324,6 +324,7 @@ class GraniteMoeForCausalLM(nn.Module, SupportsLoRA, SupportsPP):
|
|||||||
"o_proj",
|
"o_proj",
|
||||||
"embed_tokens",
|
"embed_tokens",
|
||||||
"lm_head",
|
"lm_head",
|
||||||
|
"layer",
|
||||||
]
|
]
|
||||||
embedding_modules = {
|
embedding_modules = {
|
||||||
"embed_tokens": "input_embeddings",
|
"embed_tokens": "input_embeddings",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user