We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
perf<0.18
transformers==4.50.0
1 parent ba7c835 commit 264e37eCopy full SHA for 264e37e
requirements/requirements-llm.txt
@@ -8,6 +8,9 @@ onnx
8
onnxruntime<1.21
9
optimum[onnxruntime]
10
pandas
11
+# TODO (nf): Remove when unpinning `transformers`
12
+# peft>=0.18 is incompatible with transformers==4.50.0
13
+peft<0.18
14
# TODO (pml): Remove when unpinning `transformers`, as `lighteval>=0.10.0`
15
# requires this dependency explicitely.
16
# See https://github.com/huggingface/lighteval/commit/2651750480d9a23ab0153f8ed3ef1d3331a2ea88.
0 commit comments