Skip to content

Commit cca9ca7

Browse files
hmellornishith-fujitsu
authored andcommitted
Update to transformers==4.51.1 (vllm-project#16257)
Signed-off-by: Harry Mellor <[email protected]>
1 parent e51c642 commit cca9ca7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requests >= 2.26.0
66
tqdm
77
blake3
88
py-cpuinfo
9-
transformers >= 4.51.0
9+
transformers >= 4.51.1
1010
huggingface-hub[hf_xet] >= 0.30.0 # Required for Xet downloads.
1111
tokenizers >= 0.19.1 # Required for Llama 3.
1212
protobuf # Required by LlamaTokenizer.

requirements/test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mistral_common[opencv] >= 1.5.4 # required for pixtral test
3131
opencv-python-headless >= 4.11.0 # required for video test
3232
datamodel_code_generator # required for minicpm3 test
3333
lm-eval[api]==0.4.8 # required for model evaluation test
34-
transformers==4.51.0
34+
transformers==4.51.1
3535
huggingface-hub[hf_xet]>=0.30.0 # Required for Xet downloads.
3636
# quantization
3737
bitsandbytes>=0.45.3

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ tqdm==4.66.6
648648
# transformers
649649
tqdm-multiprocess==0.0.11
650650
# via lm-eval
651-
transformers==4.51.0
651+
transformers==4.51.1
652652
# via
653653
# -r requirements/test.in
654654
# genai-perf

0 commit comments

Comments
 (0)