We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbf90b commit a17615cCopy full SHA for a17615c
lightllm/models/qwen3_vl/infer_struct.py
@@ -7,4 +7,4 @@ def __init__(self):
7
self.input_ids = None
8
self.img_start_token_ids = None
9
self.img_token_lens = None
10
- self.img_start_locs = None
+ self.img_start_locs_in_cache = None
0 commit comments