We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2aa75 commit 629829fCopy full SHA for 629829f
vllm/model_executor/models/llama_eagle3.py
@@ -188,7 +188,6 @@ def forward(
188
hidden_states=hidden_states,
189
residual=residual,
190
)
191
- hidden_states = hidden_states + residual
192
hidden_states, hidden_prenorm = self.norm(hidden_states, residual)
193
return hidden_states, hidden_prenorm
194
0 commit comments