You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add multimodal input support to Eagle3 Llama4
Enables multimodal input processing for Eagle3 speculative decoding
with Llama4 models, supporting vision and other modalities.
Key changes:
- Updated get_input_embeddings to support multimodal embeddings
- Added merge_multimodal_embeddings integration
- Proper handling of image_token_index configuration
- Maintains compatibility with existing text-only workflows
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Rahul Tuli <rtuli@redhat.com>
0 commit comments