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.
1 parent 5ac69b0 commit 198314eCopy full SHA for 198314e
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.45.5; sys_platform=='linux' or sys_platform=='win32'",
+ "bitsandbytes>=0.45.2,<0.46.1; sys_platform=='linux' or sys_platform=='win32'",
50
# litgpt.evaluate:
51
"datasets>=2.18,<4",
52
# download:
0 commit comments