From d16813d71fbf39066a5991d10b1b6ccbf4cbd57e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 30 Jan 2025 22:49:28 +0000 Subject: [PATCH] python312Packages.bitsandbytes: 0.45.0 -> 0.45.1 --- pkgs/development/python-modules/bitsandbytes/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bitsandbytes/default.nix b/pkgs/development/python-modules/bitsandbytes/default.nix index ae462c019f07..ab2d8cd55431 100644 --- a/pkgs/development/python-modules/bitsandbytes/default.nix +++ b/pkgs/development/python-modules/bitsandbytes/default.nix @@ -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()`.