Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
a6f37218
"vscode:/vscode.git/clone" did not exist on "3d57a0d3840602de89acc6753af78eeb8a5ea366"
Unverified
Commit
a6f37218
authored
Oct 25, 2024
by
Will Johnson
Committed by
GitHub
Oct 24, 2024
Browse files
[Model] add a lora module for granite 3.0 MoE models (#9673)
parent
9f7b4ba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/model_executor/models/granitemoe.py
vllm/model_executor/models/granitemoe.py
+1
-0
No files found.
vllm/model_executor/models/granitemoe.py
View file @
a6f37218
...
...
@@ -324,6 +324,7 @@ class GraniteMoeForCausalLM(nn.Module, SupportsLoRA, SupportsPP):
"o_proj"
,
"embed_tokens"
,
"lm_head"
,
"layer"
,
]
embedding_modules
=
{
"embed_tokens"
:
"input_embeddings"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment