Browse Source

Use bitsandbytes 0.41.1 (#442)

Alexander Borzunov 2 năm trước cách đây
mục cha
commit
593d980ad8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup.cfg

+ 1 - 1
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