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
fix: Initialize no_rope_layers when missing in Eagle3 config
Handles cases where draft model configs (like LlamaConfig) don't have
no_rope_layers attribute by initializing it with proper defaults before
Llama4DecoderLayer creation.
This prevents AttributeError during draft model initialization while
maintaining compatibility with existing configurations.
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Rahul Tuli <[email protected]>
0 commit comments