Update llama.py

This commit is contained in:
Daniel Han 2024-11-04 22:08:49 -08:00
commit 3524fb6fd9

View file

@ -1028,7 +1028,6 @@ def CausalLM_fast_forward(fast_forward_inference):
pass
@torch._disable_dynamo
def PeftModelForCausalLM_fast_forward(
self,
input_ids=None,