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 93445ae commit 8317e83Copy full SHA for 8317e83
lightllm/models/qwen3_vl/infer_struct.py
@@ -5,7 +5,6 @@ class Qwen3VLInferStateInfo(Qwen2VLInferStateInfo):
5
def __init__(self):
6
super().__init__()
7
self.input_ids = None
8
- self.deepstack_features = []
9
self.img_start_token_ids = None
10
self.img_token_lens = None
11
self.img_start_locs = None
0 commit comments