Update llama.py

This commit is contained in:
Daniel Han 2025-03-21 17:06:06 -07:00
commit 0a9bfc59b7

View file

@ -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,