Skip to content

Commit

Permalink
[Model] add a lora module for granite 3.0 MoE models (#9673)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmj authored Oct 25, 2024
1 parent 9f7b4ba commit a6f3721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/model_executor/models/granitemoe.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ class GraniteMoeForCausalLM(nn.Module, SupportsLoRA, SupportsPP):
"o_proj",
"embed_tokens",
"lm_head",
"layer",
]
embedding_modules = {
"embed_tokens": "input_embeddings",
Expand Down

0 comments on commit a6f3721

Please sign in to comment.