Update __init__.py

This commit is contained in:
Daniel Han 2025-02-06 02:32:34 -08:00
commit 13f7ca167f

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.1.4"):
if Version(unsloth_zoo_version) < Version("2025.2.1"):
try:
os.system("pip install --upgrade --no-cache-dir --no-deps unsloth_zoo")
except: