Skip to content

fix(deps): add peft version constraint to avoid 0.18 incompatibility#1557

Open
majiayu000 wants to merge 1 commit intoFlagOpen:masterfrom
majiayu000:fix/peft_version_constraint
Open

fix(deps): add peft version constraint to avoid 0.18 incompatibility#1557
majiayu000 wants to merge 1 commit intoFlagOpen:masterfrom
majiayu000:fix/peft_version_constraint

Conversation

@majiayu000
Copy link

Summary

  • Added peft version constraint >=0.11.0,<0.18.0 to avoid breaking changes in peft 0.18

Problem

peft 0.18 introduces breaking changes that are incompatible with the current codebase.

Test plan

  • Dependency constraint test passes

Fixes #1546

Pin peft to >=0.11.0,<0.18.0 to avoid breaking changes introduced
in peft 0.18.0 which is incompatible with the current codebase.

Fixes FlagOpen#1546

Signed-off-by: majiayu000 <1835304752@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

peft 0.18 is incompatible

1 participant