From 3f733a96e37d34d6b823f825e5f0f67ad3e916c3 Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Sun, 16 Jul 2023 03:07:21 +0400 Subject: [PATCH] Use bitsandbytes 0.40.1.post1 (#357) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0053628..7fc930e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ packages = find: python_requires = >=3.7 install_requires = torch>=1.12 - bitsandbytes==0.40.0.post4 + bitsandbytes==0.40.1.post1 accelerate>=0.16.0,<0.21.0 huggingface-hub>=0.11.1,<1.0.0 tokenizers>=0.13.3