Skip to content

Commit

Permalink
[core] Bump peft to 0.4.0 (#720)
Browse files Browse the repository at this point in the history
* bump peft to 0.4.0

* all of them
  • Loading branch information
younesbelkada authored Sep 1, 2023
1 parent 9f69f06 commit 34e6948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"datasets",
]
EXTRAS = {
"test": ["parameterized", "pytest", "pytest-xdist", "accelerate", "peft", "diffusers>=0.18.0"],
"peft": ["peft>=0.2.0"],
"test": ["parameterized", "pytest", "pytest-xdist", "accelerate", "peft>=0.4.0", "diffusers>=0.18.0"],
"peft": ["peft>=0.4.0"],
"diffusers": ["diffusers>=0.18.0"],
"dev": ["parameterized", "pytest", "pytest-xdist", "pre-commit", "peft>=0.2.0", "diffusers>=0.18.0"],
"dev": ["parameterized", "pytest", "pytest-xdist", "pre-commit", "peft>=0.4.0", "diffusers>=0.18.0"],
}

setup(
Expand Down

0 comments on commit 34e6948

Please sign in to comment.