Unverified Commit 5a52f389 authored by Chendi.Xue's avatar Chendi.Xue Committed by GitHub
Browse files

[BUGFIX][DEEPSEEK][MODEL_LOAD] fix w13, w2 weight not initialized assert (#20202)


Signed-off-by: default avatarChendi Xue <chendi.xue@intel.com>
parent 65b1cbb1
......@@ -889,6 +889,7 @@ class DeepseekV2ForCausalLM(nn.Module, SupportsPP, MixtureOfExperts):
expert_id=expert_id,
return_success=True)
if success:
name = name_mapped
break
else:
if is_expert_weight:
......
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