Skip to content

Commit

Permalink
[Model] add a lora module for granite 3.0 MoE models (vllm-project#9673)
Browse files Browse the repository at this point in the history
Signed-off-by: Shanshan Wang <[email protected]>
  • Loading branch information
willmj authored and cooleel committed Oct 28, 2024
1 parent af5b2e9 commit f9c7c75
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 f9c7c75

Please sign in to comment.