Skip to content

Commit 198314e

Browse files
build(deps): update bitsandbytes requirement from <0.43,>=0.42 to >=0.42,<0.47 (#2069)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 5ac69b0 commit 198314e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ optional-dependencies.compiler = [
4646
optional-dependencies.extra = [
4747
"bitsandbytes>=0.42,<0.43; sys_platform=='darwin'",
4848
# quantization:
49-
"bitsandbytes>=0.45.2,<0.45.5; sys_platform=='linux' or sys_platform=='win32'",
49+
"bitsandbytes>=0.45.2,<0.46.1; sys_platform=='linux' or sys_platform=='win32'",
5050
# litgpt.evaluate:
5151
"datasets>=2.18,<4",
5252
# download:

0 commit comments

Comments
 (0)