From 3524fb6fd9b725ba92578d049dd4b5d6aee17c92 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Mon, 4 Nov 2024 22:08:49 -0800 Subject: [PATCH] Update llama.py --- unsloth/models/llama.py | 1 - 1 file changed, 1 deletion(-) 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,