Update llama.py
This commit is contained in:
parent
961a672158
commit
0afd088a59
1 changed files with 0 additions and 1 deletions
|
|
@ -892,7 +892,6 @@ def LlamaModel_fast_forward(
|
|||
|
||||
if output_hidden_states: all_hidden_states += (hidden_states,)
|
||||
next_cache = next_decoder_cache if use_cache else None
|
||||
print(next_cache)
|
||||
|
||||
if not return_dict:
|
||||
return tuple(v for v in [hidden_states, next_cache, all_hidden_states, all_self_attns] if v is not None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue