Skip to content

Commit 71941e1

Browse files
committed
remove print
1 parent e2f02af commit 71941e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lightllm/models/deepseek2/layer_weights/transformer_layer_weight.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ def load_hf_weights(self, weights):
166166
weights[f"model.layers.{self.layer_num_}.self_attn.cc_v_b_proj.weight"] = (
167167
self._load_vb(kv_b_proj_).transpose(0, 1).reshape(self.kv_lora_rank, -1).transpose(0, 1).contiguous()
168168
)
169-
# print( weights[f"model.layers.{self.layer_num_}.self_attn.cc_v_b_proj.weight"].dtype)
170-
# print( weights[f"model.layers.{self.layer_num_}.self_attn.v_b_proj.weight"].dtype)
171-
172169
if (
173170
self.quant_cfg.quantized_weight
174171
and f"model.layers.{self.layer_num_}.self_attn.kv_b_proj." + self.weight_scale_suffix in weights

0 commit comments

Comments
 (0)