"vscode:/vscode.git/clone" did not exist on "3d57a0d3840602de89acc6753af78eeb8a5ea366"
Unverified Commit a6f37218 authored by Will Johnson's avatar Will Johnson Committed by GitHub
Browse files

[Model] add a lora module for granite 3.0 MoE models (#9673)

parent 9f7b4ba8
......@@ -324,6 +324,7 @@ class GraniteMoeForCausalLM(nn.Module, SupportsLoRA, SupportsPP):
"o_proj",
"embed_tokens",
"lm_head",
"layer",
]
embedding_modules = {
"embed_tokens": "input_embeddings",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment