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