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
46fa98cc
Unverified
Commit
46fa98cc
authored
Jan 11, 2025
by
Isotr0py
Committed by
GitHub
Jan 10, 2025
Browse files
[Misc] Clean up debug code in Deepseek-V3 (#11930)
Signed-off-by:
Isotr0py
<
2037008807@qq.com
>
parent
aa1e77a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vllm/model_executor/models/deepseek_v3.py
vllm/model_executor/models/deepseek_v3.py
+0
-3
No files found.
vllm/model_executor/models/deepseek_v3.py
View file @
46fa98cc
...
...
@@ -639,9 +639,6 @@ class DeepseekV3ForCausalLM(nn.Module, SupportsPP):
if
is_pp_missing_parameter
(
name
,
self
):
continue
if
name
not
in
params_dict
:
for
key
in
params_dict
:
print
(
key
)
param
=
params_dict
[
name
]
weight_loader
=
getattr
(
param
,
"weight_loader"
,
default_weight_loader
)
...
...
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