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
5bc1da14
Unverified
Commit
5bc1da14
authored
Mar 18, 2026
by
Woosuk Kwon
Committed by
GitHub
Mar 18, 2026
Browse files
[LoRA][BugFix] Fix skipped LoRA adapters for Mistral3 (#36928)
Signed-off-by:
Woosuk Kwon
<
woosuk@inferact.ai
>
parent
00910171
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/mistral3.py
vllm/model_executor/models/mistral3.py
+3
-0
No files found.
vllm/model_executor/models/mistral3.py
View file @
5bc1da14
...
...
@@ -429,6 +429,9 @@ class Mistral3ForConditionalGeneration(
"model.vision_tower."
:
"vision_tower."
,
"model.multi_modal_projector."
:
"multi_modal_projector."
,
"lm_head."
:
"language_model.lm_head."
,
# Some PEFT LoRAs are trained against the text submodule directly
# and produce names like `base_model.model.model.layers.*`.
"model."
:
"language_model.model."
,
}
)
...
...
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