Skip to content

Commit 15b8d70

Browse files
author
wangzaijun
committed
fix
1 parent b574ebf commit 15b8d70

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(
9191
has_weight_scale=has_weight_scale,
9292
has_weight_zero_point=has_weight_zero_point,
9393
)
94-
for _ in len(weight_names)
94+
for _ in range(len(weight_names))
9595
]
9696
self.mm_param: MMWeightPack = MMWeightPack(
9797
has_bias=has_bias,

0 commit comments

Comments
 (0)