Update gemma.py
This commit is contained in:
parent
71483e6c8d
commit
041aa7d909
1 changed files with 0 additions and 1 deletions
|
|
@ -67,7 +67,6 @@ def GemmaDecoderLayer_fast_forward(
|
|||
# padding_mask: Optional[torch.LongTensor] = None,
|
||||
*args, **kwargs,
|
||||
) -> Tuple[torch.FloatTensor, Optional[Tuple[torch.FloatTensor, torch.FloatTensor]]]:
|
||||
print(past_key_value)
|
||||
if False:#past_key_value is not None:
|
||||
do_prefill = not hasattr(self.self_attn, "paged_attention")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue