fix bnb version

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-02-01 16:09:31 -05:00
parent 52ff4c88e0
commit 61a98b0b7b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ def load_bnb(msg='', silent=False):
return bnb
if devices.backend == 'cuda':
# forcing a version will uninstall the multi-backend-refactor branch of bnb
install('bitsandbytes==0.45.0', quiet=True)
install('bitsandbytes==0.45.1', quiet=True)
try:
import bitsandbytes
bnb = bitsandbytes