We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8947e96 commit accf4dfCopy full SHA for accf4df
2 files changed
plugins/accelerated-peft/pyproject.toml
@@ -23,6 +23,9 @@ classifiers=[
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
25
]
26
+dependencies = [
27
+"peft>=0.15",
28
+]
29
30
[project.optional-dependencies]
31
flash-attn = ["flash-attn"]
plugins/fused-ops-and-kernels/pyproject.toml
@@ -22,7 +22,9 @@ classifiers=[
22
-dependencies = []
[tool.hatch.build.targets.wheel]
only-include = ["src/fms_acceleration_foak"]
0 commit comments