Skip to content

Commit 629829f

Browse files
authored
Should not add hidden+residual here cause RMSNorm already does that
1 parent 0e2aa75 commit 629829f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/model_executor/models/llama_eagle3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ def forward(
188188
hidden_states=hidden_states,
189189
residual=residual,
190190
)
191-
hidden_states = hidden_states + residual
192191
hidden_states, hidden_prenorm = self.norm(hidden_states, residual)
193192
return hidden_states, hidden_prenorm
194193

0 commit comments

Comments
 (0)