Update llama.py
This commit is contained in:
parent
b93e9cda3b
commit
f7edb152e7
1 changed files with 1 additions and 0 deletions
|
|
@ -1002,6 +1002,7 @@ def CausalLM_fast_forward(fast_forward_inference):
|
|||
attentions=outputs.attentions,
|
||||
)
|
||||
print(output)
|
||||
print(output)
|
||||
return output
|
||||
pass
|
||||
logits = self.lm_head(hidden_states.to(lm_head.dtype))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue