[Bugfix] qwen2.5-vl spec decode accept_len low (#13904)

Co-authored-by: Yuan Luo <yuan.luo@hotmail.com>
This commit is contained in:
Lzhang-hub
2025-11-28 17:26:32 +08:00
committed by GitHub
parent ab9a46d462
commit f6e37d3edb

View File

@@ -654,6 +654,7 @@ class Qwen2_5_VLForConditionalGeneration(nn.Module):
hidden_states,
self.lm_head,
forward_batch,
aux_hidden_states,
)
else:
return self.pooler(hidden_states, forward_batch)