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
@@ -28,7 +28,7 @@
with detailed defaults for each model type also configurable
- select between 100+ *OpenCLiP* supported models, 10+ built-in *VLMs*, *DeepDanbooru*
- **Other**:
- **Networks**: imporove search/filter and add visual indicators for types
- **networks**: imporove search/filter and add visual indicators for types
- **balanced offload** new defaults: *lowvram/4gb min threshold: 0, medvram/8gb min threshold: 0, default min threshold 0.25*
- **prompt parser**: log stats with tokens, sections and min/avg/max weights
- **prompt parser**: add setting to ignore line breaks in prompt
+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