From 759193cfa5e329dfa76e9e19a9278e5bab56169b Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sat, 2 Aug 2025 03:39:17 -0700 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 7fb0093c7b..f856b64f50 100644 --- a/unsloth/__init__.py +++ b/unsloth/__init__.py @@ -222,7 +222,7 @@ elif DEVICE_TYPE == "xpu": # Check for unsloth_zoo try: unsloth_zoo_version = importlib_version("unsloth_zoo") - if Version(unsloth_zoo_version) < Version("2025.7.7"): + if Version(unsloth_zoo_version) < Version("2025.8.1"): print( "Unsloth: Please update Unsloth and Unsloth-Zoo to the latest version!\n"\ "Do this via `pip install --upgrade --force-reinstall --no-cache-dir --no-deps unsloth unsloth_zoo`"