Skip to content

Commit 35b7a05

Browse files
authored
[ci] Upgrade transformers to 4.48.2 in CI dependencies (#12599)
1 parent 1867c25 commit 35b7a05

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

requirements-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requests >= 2.26.0
55
tqdm
66
blake3
77
py-cpuinfo
8-
transformers >= 4.45.2 # Required for Llama 3.2 and Qwen2-VL.
8+
transformers >= 4.48.2 # Required for Bamba.
99
tokenizers >= 0.19.1 # Required for Llama 3.
1010
protobuf # Required by LlamaTokenizer.
1111
fastapi >= 0.107.0, < 0.113.0; python_version < '3.9'

requirements-test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ matplotlib # required for qwen-vl test
2727
mistral_common[opencv] >= 1.5.0 # required for pixtral test
2828
datamodel_code_generator # required for minicpm3 test
2929
lm-eval[api]==0.4.4 # required for model evaluation test
30-
30+
transformers==4.48.2
3131
# quantization
3232
bitsandbytes>=0.45.0
3333
buildkite-test-collector==0.1.9

requirements-test.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# python3.12 -m piptools compile requirements-test.in -o requirements-test.txt
5+
# python3.12 -m piptools compile requirements-test.in -o requirements-test.txt
66
#
77
absl-py==2.1.0
88
# via rouge-score
@@ -617,8 +617,9 @@ tqdm==4.66.6
617617
# transformers
618618
tqdm-multiprocess==0.0.11
619619
# via lm-eval
620-
transformers==4.47.0
620+
transformers==4.48.2
621621
# via
622+
# -r requirements-test.in
622623
# genai-perf
623624
# lm-eval
624625
# peft

0 commit comments

Comments
 (0)