We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bitsandbytes ~0.47
1 parent d052b07 commit c078a26Copy full SHA for c078a26
pyproject.toml
@@ -46,7 +46,7 @@ optional-dependencies.compiler = [
46
optional-dependencies.extra = [
47
"bitsandbytes>=0.42,<0.43; sys_platform=='darwin'",
48
# quantization:
49
- "bitsandbytes>=0.45.2,<0.46.1; sys_platform=='linux' or sys_platform=='win32'",
+ "bitsandbytes>=0.45.2,<0.48; sys_platform=='linux' or sys_platform=='win32'",
50
# litgpt.evaluate:
51
"datasets>=2.18,<4",
52
# download:
0 commit comments