Skip to content

Commit fc59674

Browse files
author
wangzaijun
committed
fix
1 parent 2fa25ff commit fc59674

File tree

1 file changed

+2
-2
lines changed
  • lightllm/common/basemodel/layer_weights/meta_weights/mm_weight

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ def __init__(
439439
tp_world_size: int = None,
440440
) -> None:
441441
super().__init__(
442-
weight_name=weight_names,
443-
bias_name=bias_names,
442+
weight_names=weight_names,
443+
bias_names=bias_names,
444444
data_type=data_type,
445445
quant_method=quant_method,
446446
tp_rank=tp_rank,

0 commit comments

Comments
 (0)