update bitsandbytes

pull/699/head
秋葉杏 2025-06-04 19:36:41 +08:00 committed by GitHub
parent ebf5889815
commit 2e956c3fbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 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.45.3"
bnb_package = "bitsandbytes==0.46.0"
bnb_path = os.path.join(sysconfig.get_paths()["purelib"], "bitsandbytes")
installed_bnb = is_installed("bitsandbytes") # don't check version here

View File

@ -6,7 +6,7 @@ ftfy==6.1.1
opencv-python==4.8.1.78
einops==0.7.0
pytorch-lightning==1.9.0
bitsandbytes==0.45.3
bitsandbytes==0.46.0
lion-pytorch==0.1.2
schedulefree==1.4
pytorch-optimizer==3.5.0