Unverified Commit 46fa98cc authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

[Misc] Clean up debug code in Deepseek-V3 (#11930)


Signed-off-by: default avatarIsotr0py <2037008807@qq.com>
parent aa1e77a1
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment