diff --git a/unsloth/__init__.py b/unsloth/__init__.py index bdde33c507..f0600f3328 100644 --- a/unsloth/__init__.py +++ b/unsloth/__init__.py @@ -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: diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 656096b70c..276d1d0db9 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2025.2.5" +__version__ = "2025.2.6" __all__ = [ "SUPPORTS_BFLOAT16",