Update llama.py
This commit is contained in:
parent
9146fa443d
commit
e748078095
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ def LlamaForCausalLM_fast_forward(
|
|||
|
||||
if past_key_value is not None and \
|
||||
hasattr(self.model.layers[0].self_attn, "paged_attention"):
|
||||
|
||||
print(1)
|
||||
outputs = LlamaModel_fast_forward_inference(
|
||||
self.model,
|
||||
input_ids,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue