Skip to content

Commit 264e37e

Browse files
authored
deps (ex/llm): Fixed perf<0.18 to be compatible with transformers==4.50.0 (#1421)
1 parent ba7c835 commit 264e37e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

requirements/requirements-llm.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ onnx
88
onnxruntime<1.21
99
optimum[onnxruntime]
1010
pandas
11+
# TODO (nf): Remove when unpinning `transformers`
12+
# peft>=0.18 is incompatible with transformers==4.50.0
13+
peft<0.18
1114
# TODO (pml): Remove when unpinning `transformers`, as `lighteval>=0.10.0`
1215
# requires this dependency explicitely.
1316
# See https://github.com/huggingface/lighteval/commit/2651750480d9a23ab0153f8ed3ef1d3331a2ea88.

0 commit comments

Comments
 (0)