From 87b1ce2824ff0d9208437eb76cc44f4c4a82b047 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Fri, 20 Dec 2024 03:26:55 -0800 Subject: [PATCH] Typo --- unsloth/models/_utils.py | 2 +- unsloth/save.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 19d1f61490..6b029c67ae 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2024.12.6" +__version__ = "2024.12.7" __all__ = [ "prepare_model_for_kbit_training", diff --git a/unsloth/save.py b/unsloth/save.py index e76cb0ccbd..ea2d30972e 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -2130,7 +2130,7 @@ def unsloth_generic_save( import unsloth_zoo if Version(unsloth_zoo.__version__) <= Version("2024.12.1"): - from unsloth_zoo.peft_utils import merge_and_overwrite_lora + from unsloth_zoo.peft_utils import merge_and_overwrite_lora merge_and_overwrite_lora( get_model_name, create_huggingface_repo,