Update __init__.py
This commit is contained in:
parent
b130ae5e76
commit
7aaf36eefd
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ try:
|
|||
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'"
|
||||
"To disable this, set `os.environ['UNSLOTH_DISABLE_AUTO_UPDATES'] = '1'`"
|
||||
)
|
||||
if os.environ.get("UNSLOTH_DISABLE_AUTO_UPDATES", "0") == "0":
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue