update requirements

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-05-06 09:47:13 -04:00
parent 02fd0aee06
commit 83fc68ece3
3 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ def load_bnb(msg='', silent=False):
if not installed('bitsandbytes'):
if devices.backend == 'cuda':
# forcing a version will uninstall the multi-backend-refactor branch of bnb
install('bitsandbytes==0.45.1', quiet=True)
install('bitsandbytes==0.45.5', quiet=True)
log.warning('Quantization: bitsandbytes installed please restart')
try:
import bitsandbytes