Skip to content

Commit

Permalink
Update BnB version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Aksionov committed Dec 28, 2024
1 parent 501846e commit 2c9260d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ test = [
"protobuf>=4.23.4",
]
all = [
"bitsandbytes==0.42.0", # quantization
"bitsandbytes >=0.44.0,<0.44.2; sys_platform == 'linux' or sys_platform == 'win32'", # quantization
"bitsandbytes >=0.42.0,<0.43.0 ; sys_platform == 'darwin'", # quantization
"sentencepiece>=0.2.0", # llama-based models
"requests>=2.31.0", # litgpt.data
"litdata==0.2.17", # litgpt.data
Expand Down

0 comments on commit 2c9260d

Please sign in to comment.