We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b438a1 commit 20f2e63Copy full SHA for 20f2e63
1 file changed
lightllm/common/basemodel/layer_weights/meta_weights/mm_weight/rowmm_weight.py
@@ -114,8 +114,6 @@ def __init__(
114
data_type=data_type,
115
bias_names=bias_names,
116
quant_method=quant_method,
117
- tp_rank=self.tp_rank_,
118
- tp_world_size=self.tp_world_size_,
119
)
120
self.q_repeat_times = 1
121
assert q_head_num % self.tp_world_size_ == 0, (
0 commit comments