Skip to content

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 <[email protected]>
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