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
1761dea1
Unverified
Commit
1761dea1
authored
Nov 12, 2025
by
yyzxw
Committed by
GitHub
Nov 12, 2025
Browse files
[BugFix]: --enable-lora with model granite-4.0-micro crash (#27733)
Signed-off-by:
zxw
<
1020938856@qq.com
>
parent
c748355e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vllm/model_executor/models/granitemoehybrid.py
vllm/model_executor/models/granitemoehybrid.py
+3
-0
No files found.
vllm/model_executor/models/granitemoehybrid.py
View file @
1761dea1
...
@@ -597,6 +597,9 @@ class GraniteMoeHybridForCausalLM(
...
@@ -597,6 +597,9 @@ class GraniteMoeHybridForCausalLM(
"k_proj"
,
"k_proj"
,
"v_proj"
,
"v_proj"
,
],
],
"conv1d"
:
[
"conv1d"
],
"in_proj"
:
[
"in_proj"
],
"input_linear"
:
[
"input_linear"
],
}
}
embedding_modules
=
{
embedding_modules
=
{
"embed_tokens"
:
"input_embeddings"
,
"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