diff --git a/pyproject.toml b/pyproject.toml index 7dfca63faa..5b9dc8bb57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ triton = [ ] huggingface = [ - "unsloth_zoo>=2025.3.7", + "unsloth_zoo>=2025.3.8", "packaging", "tyro", "transformers>=4.46.1,!=4.47.0", @@ -354,7 +354,7 @@ colab-ampere-torch220 = [ "flash-attn>=2.6.3", ] colab-new = [ - "unsloth_zoo>=2025.3.7", + "unsloth_zoo>=2025.3.8", "packaging", "tyro", "transformers>=4.46.1,!=4.47.0", diff --git a/unsloth/__init__.py b/unsloth/__init__.py index 38453f3614..5bbb85d520 100644 --- a/unsloth/__init__.py +++ b/unsloth/__init__.py @@ -198,7 +198,7 @@ pass # Check for unsloth_zoo try: unsloth_zoo_version = importlib_version("unsloth_zoo") - if Version(unsloth_zoo_version) < Version("2025.3.7"): + if Version(unsloth_zoo_version) < Version("2025.3.8"): try: os.system("pip install --upgrade --no-cache-dir --no-deps unsloth_zoo") except: