Skip to content

Commit ac89450

Browse files
committed
fix
1 parent 648197d commit ac89450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/server/multimodal_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, **kwargs):
7777
self.token_num = None
7878
# the start index of the image in the input_ids
7979
# used for mrope position id calculation
80-
self.start_idx = 0
80+
self.start_idx = None
8181
self.grid_thwd = None
8282
self.image_w = 0
8383
self.image_h = 0

0 commit comments

Comments
 (0)