From ea1531cc1abf8f84ac07fad101ba9953b0f58bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 08:01:23 +0000 Subject: [PATCH] Bump peft from 0.7.0 to 0.15.0 Bumps [peft](https://github.com/huggingface/peft) from 0.7.0 to 0.15.0. - [Release notes](https://github.com/huggingface/peft/releases) - [Commits](https://github.com/huggingface/peft/compare/v0.7.0...v0.15.0) --- updated-dependencies: - dependency-name: peft dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42b214a..ef42c71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "torch>=2.1.1", "accelerate==1.2.1", "bitsandbytes==0.45.0", - "peft==0.7.0", + "peft==0.15.0", "safetensors>=0.4.1", "sentencepiece>=0.1.99", "protobuf>=4.25.1",