From 49bdb690e9e67de55b180c51790340fb86cfdb77 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 13 Feb 2025 14:55:14 -0800 Subject: [PATCH] Update __init__.py --- unsloth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/__init__.py b/unsloth/__init__.py index bdde33c507..f0600f3328 100644 --- a/unsloth/__init__.py +++ b/unsloth/__init__.py @@ -196,7 +196,7 @@ pass # Check for unsloth_zoo try: unsloth_zoo_version = importlib_version("unsloth_zoo") - if Version(unsloth_zoo_version) < Version("2025.2.2"): + if Version(unsloth_zoo_version) < Version("2025.2.4"): try: os.system("pip install --upgrade --no-cache-dir --no-deps unsloth_zoo") except: