From 2ea8bb041e0969fddc629faed658a7db8f0b4ed4 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 6 Mar 2025 03:46:00 -0800 Subject: [PATCH] Update llama.py --- unsloth/models/llama.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index 3770220592..a490fb8ab4 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -1897,8 +1897,6 @@ class FastLlamaModel: "_inner_training_loop", "_fast_inner_training_loop", 1, ) - - Trainer._inner_training_loop = _fast_inner_training_loop inner_training_loop = inner_training_loop.replace( "is_torch_tpu_available()", "False",