1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[PEFT] Unpin peft (#5850)

This commit is contained in:
Patrick von Platen
2023-11-17 19:15:02 +01:00
committed by GitHub
parent 2a84e8bb5a
commit c6f90daea6
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ _deps = [
"numpy",
"omegaconf",
"parameterized",
"peft<=0.6.2",
"peft>=0.6.0",
"protobuf>=3.20.3,<4",
"pytest",
"pytest-timeout",

View File

@@ -25,7 +25,7 @@ deps = {
"numpy": "numpy",
"omegaconf": "omegaconf",
"parameterized": "parameterized",
"peft": "peft<=0.6.2",
"peft": "peft>=0.6.0",
"protobuf": "protobuf>=3.20.3,<4",
"pytest": "pytest",
"pytest-timeout": "pytest-timeout",