From 245fe4716c15003f3565fe8e6c3f6fd18d34479d Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Sun, 3 Mar 2024 03:39:36 +1100 Subject: [PATCH] Update _utils.py --- unsloth/models/_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index e92be5e993..3e3b8ff22c 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -25,7 +25,7 @@ from platform import system as platform_system platform_system = platform_system() import math -__version__ = "2024.2" +__version__ = "2024.3" # Get Flash Attention v2 if Ampere (RTX 30xx, A100) major_version, minor_version = torch.cuda.get_device_capability()