mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
More qwen2.
This commit is contained in:
parent
1578cdd9a8
commit
750b48c730
@ -542,6 +542,7 @@ class Qwen2VLForConditionalGeneration(nn.Module):
|
||||
max_s=max_s,
|
||||
true_max_s=max_s,
|
||||
prefill_cache_indices=prefill_cache_indices,
|
||||
adapter_data=adapter_data,
|
||||
)
|
||||
if lm_head_indices is not None:
|
||||
hidden_states = hidden_states[lm_head_indices]
|
||||
|
Loading…
Reference in New Issue
Block a user