From 472e700623dabb18fd2fef4b477b2ec190e73fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:05:26 +0000 Subject: [PATCH] Bump bitsandbytes from 0.48.0 to 0.48.2 Bumps [bitsandbytes](https://github.com/bitsandbytes-foundation/bitsandbytes) from 0.48.0 to 0.48.2. - [Release notes](https://github.com/bitsandbytes-foundation/bitsandbytes/releases) - [Changelog](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitsandbytes-foundation/bitsandbytes/compare/0.48.0...0.48.2) --- updated-dependencies: - dependency-name: bitsandbytes dependency-version: 0.48.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/coverage.txt | 2 +- requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/coverage.txt b/requirements/coverage.txt index f76b5b04e0..becc21ea9a 100644 --- a/requirements/coverage.txt +++ b/requirements/coverage.txt @@ -6,4 +6,4 @@ transformers ==4.52.4 lightning_sdk diffusers==0.35.1 accelerate -bitsandbytes==0.48.0 +bitsandbytes==0.48.2 diff --git a/requirements/test.txt b/requirements/test.txt index f8dd57505d..8fcb2980c3 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -17,7 +17,7 @@ absl-py # thunder/benchmarks/test_benchmark_litgpt.py pandas # thunder/benchmarks/test_benchmark_litgpt.py xlsxwriter # thunder/benchmarks/test_benchmark_litgpt.py jsonargparse # thunder/benchmarks/benchmark_litgpt.py -bitsandbytes==0.48.0; 'arm' not in platform_machine and 'aarch' not in platform_machine +bitsandbytes==0.48.2; 'arm' not in platform_machine and 'aarch' not in platform_machine bitsandbytes>=0.42,<0.43; 'arm' in platform_machine or 'aarch' in platform_machine transformers==4.52.4 # for test_networks.py diffusers==0.35.1 # for test_networks.py