File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requests >= 2.26.0
55tqdm
66blake3
77py-cpuinfo
8- transformers >= 4.45 .2 # Required for Llama 3.2 and Qwen2-VL .
8+ transformers >= 4.48 .2 # Required for Bamba .
99tokenizers >= 0.19.1 # Required for Llama 3.
1010protobuf # Required by LlamaTokenizer.
1111fastapi >= 0.107.0, < 0.113.0; python_version < '3.9'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ matplotlib # required for qwen-vl test
2727mistral_common[opencv] >= 1.5.0 # required for pixtral test
2828datamodel_code_generator # required for minicpm3 test
2929lm-eval[api]==0.4.4 # required for model evaluation test
30-
30+ transformers==4.48.2
3131# quantization
3232bitsandbytes>=0.45.0
3333buildkite-test-collector==0.1.9
Original file line number Diff line number Diff line change 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#
77absl-py==2.1.0
88 # via rouge-score
@@ -617,8 +617,9 @@ tqdm==4.66.6
617617 # transformers
618618tqdm-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
You can’t perform that action at this time.
0 commit comments