Update __init__.py

This commit is contained in:
Daniel Han 2025-02-13 14:55:14 -08:00
commit 49bdb690e9

View file

@ -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: