python312Packages.bitsandbytes: 0.45.0 -> 0.45.1 (#378151)

This commit is contained in:
misuzu
2025-02-05 20:52:12 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
let
pname = "bitsandbytes";
version = "0.45.0";
version = "0.45.1";
inherit (torch) cudaPackages cudaSupport;
inherit (cudaPackages) cudaVersion;
@@ -57,7 +57,7 @@ buildPythonPackage {
owner = "TimDettmers";
repo = "bitsandbytes";
tag = version;
hash = "sha256-HoZNEDhCPgGwFgwT4NqkbUAy0bYqvki75FBZn5aLuKM=";
hash = "sha256-MZ+3mUXaAhRb+rBtE+eQqT3XdtFxlWJc/CmTEwQkKSA=";
};
# By default, which library is loaded depends on the result of `torch.cuda.is_available()`.