Update llama.py
This commit is contained in:
parent
e9fda7ab1d
commit
c528d8c44a
1 changed files with 2 additions and 1 deletions
|
|
@ -1189,7 +1189,7 @@ def PeftModelForCausalLM_fast_forward(
|
|||
num_logits_to_keep=0,
|
||||
**kwargs,
|
||||
):
|
||||
return self.base_model(
|
||||
a = self.base_model(
|
||||
input_ids=input_ids,
|
||||
causal_mask=causal_mask,
|
||||
attention_mask=attention_mask,
|
||||
|
|
@ -1201,6 +1201,7 @@ def PeftModelForCausalLM_fast_forward(
|
|||
num_logits_to_keep=num_logits_to_keep,
|
||||
**kwargs,
|
||||
)
|
||||
print(a)
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue