Commit 10bca78b authored by zhuwenwen's avatar zhuwenwen
Browse files

update deepseek_v2.py

parent a3416fe1
...@@ -1431,7 +1431,7 @@ class DeepseekV2ForCausalLM(nn.Module, SupportsPP, MixtureOfExperts, ...@@ -1431,7 +1431,7 @@ class DeepseekV2ForCausalLM(nn.Module, SupportsPP, MixtureOfExperts,
try: try:
param = params_dict[name] param = params_dict[name]
except Exception as e: except Exception as e:
print("params_dict[name] error in name:", name) # print("params_dict[name] error in name:", name)
continue continue
weight_loader = getattr(param, "weight_loader", weight_loader = getattr(param, "weight_loader",
default_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