diff --git a/poetry.lock b/poetry.lock index 8c694bd7..97fd3521 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1760,13 +1760,13 @@ files = [ [[package]] name = "peft" -version = "0.11.1" +version = "0.12.0" description = "Parameter-Efficient Fine-Tuning (PEFT)" optional = false python-versions = ">=3.8.0" files = [ - {file = "peft-0.11.1-py3-none-any.whl", hash = "sha256:76f2d2a4c9e0644e2741465663b8a02097775e9725d26d7b41551e6f1e72e7dd"}, - {file = "peft-0.11.1.tar.gz", hash = "sha256:c1a04462e589a1305a06f7c118be0b8602b829f9bfc2104b5c6514c7678c2310"}, + {file = "peft-0.12.0-py3-none-any.whl", hash = "sha256:a47915efb08af50e9fda267b7bf1b5b6eff33ccbb08791bdb544dccb8788f674"}, + {file = "peft-0.12.0.tar.gz", hash = "sha256:253205bd478e985ccdc7f04804aab9c95f479130c517bf6e474b8d509db5f4a4"}, ] [package.dependencies] @@ -1782,10 +1782,10 @@ tqdm = "*" transformers = "*" [package.extras] -dev = ["black", "hf-doc-builder", "ruff (>=0.2.1,<0.3.0)"] +dev = ["black", "hf-doc-builder", "ruff (>=0.4.8,<0.5.0)"] docs-specific = ["black", "hf-doc-builder"] -quality = ["black", "hf-doc-builder", "ruff (>=0.2.1,<0.3.0)"] -test = ["black", "datasets", "diffusers (<0.21.0)", "hf-doc-builder", "parameterized", "pytest", "pytest-cov", "pytest-xdist", "ruff (>=0.2.1,<0.3.0)", "scipy"] +quality = ["black", "hf-doc-builder", "ruff (>=0.4.8,<0.5.0)"] +test = ["black", "datasets", "diffusers (<0.21.0)", "hf-doc-builder", "parameterized", "pytest", "pytest-cov", "pytest-xdist", "ruff (>=0.4.8,<0.5.0)", "scipy"] [[package]] name = "platformdirs" @@ -2907,11 +2907,6 @@ files = [ {file = "triton-3.0.0-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:34e509deb77f1c067d8640725ef00c5cbfcb2052a1a3cb6a6d343841f92624eb"}, {file = "triton-3.0.0-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:bcbf3b1c48af6a28011a5c40a5b3b9b5330530c3827716b5fbf6d7adcc1e53e9"}, {file = "triton-3.0.0-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6e5727202f7078c56f91ff13ad0c1abab14a0e7f2c87e91b12b6f64f3e8ae609"}, - {file = "triton-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39b052da883351fdf6be3d93cedae6db3b8e3988d3b09ed221bccecfa9612230"}, - {file = "triton-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cd34f19a8582af96e6291d4afce25dac08cb2a5d218c599163761e8e0827208e"}, - {file = "triton-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0d5e10de8c011adeb7c878c6ce0dd6073b14367749e34467f1cff2bde1b78253"}, - {file = "triton-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e8903767951bf86ec960b4fe4e21bc970055afc65e9d57e916d79ae3c93665e3"}, - {file = "triton-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:41004fb1ae9a53fcb3e970745feb87f0e3c94c6ce1ba86e95fa3b8537894bef7"}, ] [package.dependencies] @@ -3223,4 +3218,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "8f7e2d96d4e1714449d0bffb29f7ed055f77853af8df7445341bd00400246252" +content-hash = "ab577f2a33eb685d07fa58cb946d6ecefac5e26e10ae1757cde299bd64465c30" diff --git a/pyproject.toml b/pyproject.toml index 2222f4bc..c4e3d457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ torch = "^2.3.1" accelerate = "^0.32.1" sentencepiece = "^0.2.0" datasets = "^3.0.0" -peft = "^0.11.1" +peft = "^0.12.0" bitsandbytes = "^0.43.1" evaluate = "^0.4.2" safetensors = "^0.4.3"