From 706a768b70fe36df0988ff12d6d05a401f4c8e4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:08:09 +0000 Subject: [PATCH] fix(deps): update dependency peft to ^0.12.0 --- poetry.lock | 19 +++++++------------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2fb5238a..85b10e12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1785,13 +1785,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] @@ -1807,10 +1807,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" @@ -2932,11 +2932,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] @@ -3248,4 +3243,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d1824714240a324590edf64df6baf558b4b7017fd3eeb2b11ffe7003da999220" +content-hash = "516c9bb264569c515f82471599aa9b672f00193c964cc79c628e2330af46ce48" diff --git a/pyproject.toml b/pyproject.toml index 6d570d9e..2785e020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ torch = "^2.3.1" accelerate = "^0.34.0" 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"