Update __init__.py
This commit is contained in:
parent
5826e5855f
commit
49bdb690e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue