diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index 3c4d8f3b38..c8bf5f8894 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -1028,7 +1028,6 @@ def CausalLM_fast_forward(fast_forward_inference): pass -@torch._disable_dynamo def PeftModelForCausalLM_fast_forward( self, input_ids=None,