Update llama.py
This commit is contained in:
parent
f5da49b128
commit
577447a96e
1 changed files with 0 additions and 2 deletions
|
|
@ -1114,8 +1114,6 @@ def PeftModelForCausalLM_fast_forward(
|
|||
num_logits_to_keep=0,
|
||||
**kwargs,
|
||||
):
|
||||
print(kwargs)
|
||||
raise
|
||||
return self.base_model(
|
||||
input_ids=input_ids,
|
||||
causal_mask=causal_mask,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue