Skip to content

Commit 174ff55

Browse files
authored
fix
1 parent 1b1002b commit 174ff55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/common/basemodel/layer_weights/meta_weights/fused_moe_weight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def _load_hf_weights_etp(self, weights):
167167
expert_gate_up_proj_last = None
168168
expert_down_proj_last = None
169169
if self.e_score_correction_bias_name in weights:
170-
self.e_score_correction_bias = self._cuda(self.e_score_correction_bias_name)
170+
self.e_score_correction_bias = self._cuda(weights[self.e_score_correction_bias_name])
171171

172172
for i_experts_ep in range(n_expert_ep):
173173
expert_up_proj = None

0 commit comments

Comments
 (0)