Skip to content

Commit af08d69

Browse files
committed
fix: add version boundaries as per fms-hf-tuning. Latest does not seem to have the collator
Signed-off-by: Mehant Kammakomati <mehant.kammakomati2@ibm.com>
1 parent 6d4ad3f commit af08d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/attention-and-distributed-packing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers=[
2323
"Programming Language :: Python :: 3.11",
2424
]
2525

26-
dependencies = ["numba", "trl"]
26+
dependencies = ["numba", "trl>=0.19.1,<0.20.0"]
2727

2828
[tool.hatch.build.targets.wheel]
2929
only-include = ["src/fms_acceleration_aadp"]

0 commit comments

Comments
 (0)