python312Packages.bitsandbytes: 0.45.0 -> 0.45.1

This commit is contained in:
R. Ryantm
2025-01-30 22:49:28 +00:00
parent 06d633e659
commit d16813d71f
@@ -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()`.