We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648197d commit ac89450Copy full SHA for ac89450
lightllm/server/multimodal_params.py
@@ -77,7 +77,7 @@ def __init__(self, **kwargs):
77
self.token_num = None
78
# the start index of the image in the input_ids
79
# used for mrope position id calculation
80
- self.start_idx = 0
+ self.start_idx = None
81
self.grid_thwd = None
82
self.image_w = 0
83
self.image_h = 0
0 commit comments