Update llama.py

This commit is contained in:
Daniel Han-Chen 2024-01-31 19:44:19 +11:00
commit 5edad55b5d

View file

@ -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: