remove: commented out line

This commit is contained in:
fracapuano
2025-06-02 11:31:37 +02:00
parent 17625ca4ff
commit 093773f850

View File

@@ -373,7 +373,6 @@ class SmolVLMWithExpertModel(nn.Module):
] # take into account kv
expert_query_states = apply_rope(expert_query_state, expert_position_id)
# expert_key_states = apply_rope(expert_key_state, expert_position_id)
att_output = attention_interface(
expert_attention_mask,