Skip to content

Commit e776476

Browse files
committed
[CI/Build] Bump transformers version
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
1 parent 66a168a commit e776476

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requests >= 2.26.0
77
tqdm
88
blake3
99
py-cpuinfo
10-
transformers >= 4.56.0
10+
transformers >= 4.56.0, < 5
1111
tokenizers >= 0.21.1 # Required for fast incremental detokenization.
1212
protobuf # Required by LlamaTokenizer.
1313
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.

requirements/nightly_torch_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ opencv-python-headless >= 4.11.0 # required for video test
2929
datamodel_code_generator # required for minicpm3 test
3030
lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d # required for model evaluation test
3131
mteb>=1.38.11, <2 # required for mteb test
32-
transformers==4.56.2
32+
transformers==4.57.1
3333
tokenizers==0.22.0
3434
schemathesis>=3.39.15 # Required for openai schema test.
3535
# quantization

requirements/test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ datamodel_code_generator # required for minicpm3 test
3737
# TODO: Use lm-eval[api]==0.4.10 once released
3838
lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d # required for model evaluation test
3939
mteb[bm25s]>=1.38.11, <2 # required for mteb test
40-
transformers==4.56.2
40+
transformers==4.57.1
4141
tokenizers==0.22.0
4242
schemathesis>=3.39.15 # Required for openai schema test.
4343
# quantization

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ tqdm==4.66.6
11961196
# transformers
11971197
tqdm-multiprocess==0.0.11
11981198
# via lm-eval
1199-
transformers==4.56.2
1199+
transformers==4.57.1
12001200
# via
12011201
# -r requirements/test.in
12021202
# genai-perf

0 commit comments

Comments
 (0)