Update llama.py
This commit is contained in:
parent
c928c57aa9
commit
5edad55b5d
1 changed files with 1 additions and 0 deletions
|
|
@ -574,6 +574,7 @@ def LlamaModel_fast_forward(
|
|||
pass
|
||||
|
||||
# Ignore attention_mask
|
||||
print(attention_mask)
|
||||
if attention_mask is None:
|
||||
padding_mask = None
|
||||
elif False:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue