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
90a5cf7a
Commit
90a5cf7a
authored
Feb 13, 2025
by
王敏
Browse files
修复mixtral.py
parent
780ed50e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/model_executor/models/mixtral.py
vllm/model_executor/models/mixtral.py
+0
-1
No files found.
vllm/model_executor/models/mixtral.py
View file @
90a5cf7a
...
...
@@ -545,7 +545,6 @@ class MixtralForCausalLM(nn.Module, SupportsLoRA, SupportsPP):
for
layername
in
loaded_params
:
weight
=
params_dict
[
layername
]
matches
=
re
.
findall
(
combined_words
,
layername
)
if
matches
:
...
...
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