Skip to content

Commit 73fe175

Browse files
willmjLinkun Chen
authored and
Linkun Chen
committed
[Model] add a lora module for granite 3.0 MoE models (vllm-project#9673)
Signed-off-by: Linkun Chen <github+anyscale@lkchen.net>
1 parent 9e27b7b commit 73fe175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/model_executor/models/granitemoe.py

+1
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ class GraniteMoeForCausalLM(nn.Module, SupportsLoRA, SupportsPP):
324324
"o_proj",
325325
"embed_tokens",
326326
"lm_head",
327+
"layer",
327328
]
328329
embedding_modules = {
329330
"embed_tokens": "input_embeddings",

0 commit comments

Comments
 (0)