mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-06-13 21:01:06 +08:00
update bitsandbytes version for cuda128 support (#2712)
This commit is contained in:
parent
5e1dcd35a8
commit
c055f2d43b
@ -2,7 +2,7 @@ import pkg_resources
|
||||
|
||||
from modules.launch_utils import run_pip
|
||||
|
||||
target_bitsandbytes_version = '0.45.2'
|
||||
target_bitsandbytes_version = '0.45.3'
|
||||
|
||||
|
||||
def try_install_bnb():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user