From 2cf08321325a00cd918e795f69031ac75c61c688 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 29 Apr 2025 09:50:51 -0700 Subject: [PATCH] Versioning --- pyproject.toml | 4 ++-- unsloth/models/_utils.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34094e229c..a887226ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ triton = [ ] huggingface = [ - "unsloth_zoo>=2025.4.1", + "unsloth_zoo>=2025.4.2", "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.4.1", + "unsloth_zoo>=2025.4.2", "packaging", "tyro", "transformers>=4.46.1,!=4.47.0", diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 8065beb7d9..6f67045800 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.4.1" +__version__ = "2025.4.2" __all__ = [ "SUPPORTS_BFLOAT16",