From 59496642cf27cbf29e85aadfabc33e83530f850e Mon Sep 17 00:00:00 2001 From: electron271 <66094410+electron271@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:11:18 -0600 Subject: [PATCH] use main bitsandbytes package instead of my own --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ae7bb124b..3c53908ffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -963,7 +963,7 @@ rocm64-torch280 = [ "pytorch-triton-rocm", "ninja", "unsloth[huggingface]", - "bitsandbytes @ https://electron271.github.io/bitsandbytes-index/permalinks/c7d8ee9ed980191b/bitsandbytes-0.49.0.dev0-py3-none-manylinux_2_24_x86_64.whl#sha256=c7d8ee9ed980191b21255e0e34469c11db80a9ad28a078d66c3f02c228aa1f6c ; platform_system == 'Linux' and python_version >= '3.9' and platform_machine == 'x86_64'", + "bitsandbytes>=0.49.0", "pytorch_triton_rocm @ https://download.pytorch.org/whl/pytorch_triton_rocm-3.4.0-cp39-cp39-linux_x86_64.whl#sha256=7f26455680a068b04456c6977348d404ff31d2fef1d7472e980483db7acbe462 ; platform_system == 'Linux' and python_version == '3.9' and platform_machine == 'x86_64'", "pytorch_triton_rocm @ https://download.pytorch.org/whl/pytorch_triton_rocm-3.4.0-cp310-cp310-linux_x86_64.whl#sha256=1ee0a5cf569175e63b43bc334dcaaf6f9b0d88eb455a452869c2bab14e1f7eb4 ; platform_system == 'Linux' and python_version == '3.10' and platform_machine == 'x86_64'",