Update __init__.py
This commit is contained in:
parent
1416c5015e
commit
2efbe7b738
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ elif DEVICE_TYPE == "xpu":
|
|||
# Check for unsloth_zoo
|
||||
try:
|
||||
unsloth_zoo_version = importlib_version("unsloth_zoo")
|
||||
if Version(unsloth_zoo_version) < Version("2025.7.2"):
|
||||
if Version(unsloth_zoo_version) < Version("2025.7.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`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue