From a2d77fb0f98fef2b8d651858d10c7b1229d5117e Mon Sep 17 00:00:00 2001 From: Trishanu Das <92977042+Rahul007007@users.noreply.github.com> Date: Sun, 31 May 2026 13:51:38 +0530 Subject: [PATCH] Remove dead top-level bitsandbytes import from models/_utils.py (#5875) --- unsloth/models/_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 8965a88fae..67b3468425 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -1216,8 +1216,6 @@ if is_openai_available(): # ============================================= # Get Flash Attention v2 if Ampere (RTX 30xx, A100) -import bitsandbytes as bnb - from transformers import AutoTokenizer from transformers.utils.import_utils import _is_package_available