From 75d4656d41123d545a7367c041c3dd18f16b8484 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 9 Mar 2025 23:24:21 -0700 Subject: [PATCH] Update loader.py --- unsloth/models/loader.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unsloth/models/loader.py b/unsloth/models/loader.py index e187a6381a..3453e835e9 100644 --- a/unsloth/models/loader.py +++ b/unsloth/models/loader.py @@ -100,6 +100,7 @@ class FastLanguageModel(FastLlamaModel): dtype = dtype, load_in_4bit = load_in_4bit, load_in_8bit = load_in_8bit, + full_finetuning = full_finetuning, token = token, device_map = device_map, rope_scaling = rope_scaling, # [TODO] No effect @@ -298,6 +299,7 @@ class FastLanguageModel(FastLlamaModel): dtype = dtype, load_in_4bit = load_in_4bit, load_in_8bit = load_in_8bit, + full_finetuning = full_finetuning, token = token, device_map = device_map, rope_scaling = rope_scaling, # [TODO] No effect