From e58c234a44157cc2d73048d206b6fae997462d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 22:22:29 +0000 Subject: [PATCH] Bump bitsandbytes from 0.38.1 to 0.41.3.post2 Bumps [bitsandbytes](https://github.com/TimDettmers/bitsandbytes) from 0.38.1 to 0.41.3.post2. - [Release notes](https://github.com/TimDettmers/bitsandbytes/releases) - [Changelog](https://github.com/TimDettmers/bitsandbytes/blob/main/CHANGELOG.md) - [Commits](https://github.com/TimDettmers/bitsandbytes/commits) --- updated-dependencies: - dependency-name: bitsandbytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14b924d9..cd888710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ timm = "0.6.13" torchdiffeq = "0.2.3" pytest = "7.4.2" einops = "0.7.0" -bitsandbytes = "0.38.1" +bitsandbytes = "0.41.3.post2" typing = "3.7.4.3" transformers = "4.36.0" einops-exts = "0.0.4"