Skip to content

Commit a17615c

Browse files
author
wangzaijun
committed
fix name
1 parent 1bbf90b commit a17615c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/models/qwen3_vl/infer_struct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def __init__(self):
77
self.input_ids = None
88
self.img_start_token_ids = None
99
self.img_token_lens = None
10-
self.img_start_locs = None
10+
self.img_start_locs_in_cache = None

0 commit comments

Comments
 (0)