From fccd68ab6042e506c9ff08dca6613e297f46a1ae Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 5 Mar 2025 04:55:06 -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 c8f2926985..8439ab8212 100644 --- a/unsloth/__init__.py +++ b/unsloth/__init__.py @@ -198,7 +198,7 @@ pass # Check for unsloth_zoo try: unsloth_zoo_version = importlib_version("unsloth_zoo") - if Version(unsloth_zoo_version) < Version("2025.3.1"): + if Version(unsloth_zoo_version) < Version("2025.3.2"): try: os.system("pip install --upgrade --no-cache-dir --no-deps unsloth_zoo") except: