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

Signed-off-by: Isotr0py <2037008807@qq.com>
This commit is contained in:
Isotr0py
2025-01-11 03:19:15 +08:00
committed by GitHub
parent aa1e77a19c
commit 46fa98ccad

View File

@ -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)