From e50fb7401b79c47f33dff0dbd6574ef34ab7982e Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sat, 15 Mar 2025 19:22:44 -0700 Subject: [PATCH] Version --- pyproject.toml | 4 ++-- unsloth/models/_utils.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b1d2efda4..4d24841c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ triton = [ ] huggingface = [ - "unsloth_zoo>=2025.3.11", + "unsloth_zoo>=2025.3.13", "packaging", "tyro", "transformers>=4.46.1,!=4.47.0", @@ -351,7 +351,7 @@ colab-ampere-torch220 = [ "flash-attn>=2.6.3", ] colab-new = [ - "unsloth_zoo>=2025.3.9", + "unsloth_zoo>=2025.3.13", "packaging", "tyro", "transformers>=4.46.1,!=4.47.0", diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index bcd23ee490..cb69416891 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.3.14" +__version__ = "2025.3.15" __all__ = [ "SUPPORTS_BFLOAT16",