Update llama.py

This commit is contained in:
Daniel Han 2025-02-02 13:49:25 -08:00
commit 06188007ee

View file

@ -946,7 +946,6 @@ def LlamaModel_fast_forward_inference(
else:
attention_mask = None
pass
print(attention_mask)
next_decoder_cache = []