diff --git a/poetry.lock b/poetry.lock index f61ced46..c544a9ed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -269,13 +269,13 @@ files = [ [[package]] name = "bitsandbytes" -version = "0.43.3" +version = "0.44.1" description = "k-bit optimizers and matrix multiplication routines." optional = false python-versions = "*" files = [ - {file = "bitsandbytes-0.43.3-py3-none-manylinux_2_24_x86_64.whl", hash = "sha256:cc99507c352be0715098b2c7577b690dd158972dc4ea10c7495bac104c7c79f0"}, - {file = "bitsandbytes-0.43.3-py3-none-win_amd64.whl", hash = "sha256:257f6552f2144748a84e6c44e1f7a98f3da888f675ed74e18fd7f7eb13c6cafa"}, + {file = "bitsandbytes-0.44.1-py3-none-manylinux_2_24_x86_64.whl", hash = "sha256:b2f24c6cbf11fc8c5d69b3dcecee9f7011451ec59d6ac833e873c9f105259668"}, + {file = "bitsandbytes-0.44.1-py3-none-win_amd64.whl", hash = "sha256:8e68e12aa25d2cf9a1730ad72890a5d1a19daa23f459a6a4679331f353d58cb4"}, ] [package.dependencies] @@ -284,7 +284,7 @@ torch = "*" [package.extras] benchmark = ["matplotlib", "pandas"] -test = ["scipy"] +test = ["lion-pytorch", "scipy"] [[package]] name = "black" @@ -3430,4 +3430,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d1824714240a324590edf64df6baf558b4b7017fd3eeb2b11ffe7003da999220" +content-hash = "b7f2aab87d6a5bedf9dd8fb03ca1eb41033ba10619c44b94258bdab73cf3b880" diff --git a/pyproject.toml b/pyproject.toml index 6d570d9e..f98abb2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ accelerate = "^0.34.0" sentencepiece = "^0.2.0" datasets = "^3.0.0" peft = "^0.11.1" -bitsandbytes = "^0.43.1" +bitsandbytes = "^0.44.0" evaluate = "^0.4.2" safetensors = "^0.4.3" google-generativeai = "^0.7.2"