Update __init__.py

This commit is contained in:
Daniel Han 2025-08-02 03:39:17 -07:00
commit 759193cfa5

View file

@ -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`"