mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-09 13:27:15 +08:00
[BUGFIX][DEEPSEEK][MODEL_LOAD] fix w13, w2 weight not initialized assert (#20202)
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
This commit is contained in:
parent
65b1cbb138
commit
5a52f389dd
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user