Update __init__.py

This commit is contained in:
Daniel Han 2026-03-03 06:55:08 -08:00
commit e238fd14aa

View file

@ -89,7 +89,7 @@ from importlib.metadata import PackageNotFoundError
# Check for unsloth_zoo
try:
unsloth_zoo_version = importlib_version("unsloth_zoo")
if Version(unsloth_zoo_version) < Version("2026.2.1"):
if Version(unsloth_zoo_version) < Version("2026.3.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`"