Update __init__.py
This commit is contained in:
parent
06811d3826
commit
13f7ca167f
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.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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue