Skip to content

Commit 20f2e63

Browse files
committed
fix
1 parent 4b438a1 commit 20f2e63

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • lightllm/common/basemodel/layer_weights/meta_weights/mm_weight

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ def __init__(
114114
data_type=data_type,
115115
bias_names=bias_names,
116116
quant_method=quant_method,
117-
tp_rank=self.tp_rank_,
118-
tp_world_size=self.tp_world_size_,
119117
)
120118
self.q_repeat_times = 1
121119
assert q_head_num % self.tp_world_size_ == 0, (

0 commit comments

Comments
 (0)