Skip to content

Commit accf4df

Browse files
committed
fix: Specified peft version
Updated dependencies to include peft>=0.15 Signed-off-by: Luka Dojcinovic <[email protected]>
1 parent 8947e96 commit accf4df

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

plugins/accelerated-peft/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ classifiers=[
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
]
26+
dependencies = [
27+
"peft>=0.15",
28+
]
2629

2730
[project.optional-dependencies]
2831
flash-attn = ["flash-attn"]

plugins/fused-ops-and-kernels/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ classifiers=[
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
]
25-
dependencies = []
25+
dependencies = [
26+
"peft>=0.15",
27+
]
2628

2729
[tool.hatch.build.targets.wheel]
2830
only-include = ["src/fms_acceleration_foak"]

0 commit comments

Comments
 (0)