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