update bnb version

pull/628/head
Akegarasu 2025-02-06 22:00:36 +08:00
parent 507d426c23
commit 33a5ff3f6c
No known key found for this signature in database
GPG Key ID: DACA951FEBA569A2
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ def setup_windows_bitsandbytes():
return
# bnb_windows_index = os.environ.get("BNB_WINDOWS_INDEX", "https://jihulab.com/api/v4/projects/140618/packages/pypi/simple")
bnb_package = "bitsandbytes==0.43.3"
bnb_package = "bitsandbytes==0.44.0"
bnb_path = os.path.join(sysconfig.get_paths()["purelib"], "bitsandbytes")
installed_bnb = is_installed(bnb_package)