Update __init__.py
This commit is contained in:
parent
acfee8ebfe
commit
b130ae5e76
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ pass
|
|||
# Check for unsloth_zoo
|
||||
try:
|
||||
unsloth_zoo_version = importlib_version("unsloth_zoo")
|
||||
if Version(unsloth_zoo_version) < Version("2025.3.11"):
|
||||
if Version(unsloth_zoo_version) < Version("2025.3.13"):
|
||||
print(
|
||||
"Unsloth: Updating Unsloth-Zoo utilies to the latest version.\n"\
|
||||
"To disable this, set os.environ['UNSLOTH_DISABLE_AUTO_UPDATES'] = '1'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue