"vscode:/vscode.git/clone" did not exist on "de2e6515c50c63e5befb72d870ea6c53187b41c2"
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): ...@@ -889,6 +889,7 @@ class DeepseekV2ForCausalLM(nn.Module, SupportsPP, MixtureOfExperts):
expert_id=expert_id, expert_id=expert_id,
return_success=True) return_success=True)
if success: if success:
name = name_mapped
break break
else: else:
if is_expert_weight: 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