Skip to content

Commit 6991af4

Browse files
committed
remove print
1 parent 1b2ac13 commit 6991af4

File tree

1 file changed

+0
-1
lines changed
  • lightllm/common/basemodel/layer_weights/meta_weights

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def mm(self, input_tensor, out=None, use_custom_tensor_mananger=True):
3030
return torch.addmm(self.bias, input_tensor, self.weight, out=out)
3131

3232
def _post_load_weights(self):
33-
print(self.quant_method)
3433
if self.quant_method is not None:
3534
self.weight = self.quant_method.quantize(self.weight.cuda(self.tp_rank_))
3635
return

0 commit comments

Comments
 (0)