From 3938cc3a2824972fddc3ef2e3e854f6391bc4afe Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Mon, 7 Aug 2023 01:47:55 +0400 Subject: [PATCH] Try bitsandbytes 0.41.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7c04686..1560f2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ packages = find: python_requires = >=3.8 install_requires = torch>=1.12 - bitsandbytes==0.40.1.post1 + bitsandbytes==0.41.1 accelerate>=0.20.3,<0.21.0 huggingface-hub>=0.11.1,<1.0.0 tokenizers>=0.13.3