Skip to content

Commit b929007

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

File tree

4 files changed

+32
-37
lines changed

4 files changed

+32
-37
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: 29 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ argcomplete==3.5.1
4444
# via datamodel-code-generator
4545
arrow==1.3.0
4646
# via isoduration
47+
async-timeout==5.0.1
48+
# via
49+
# aiohttp
50+
# redis
4751
attrs==24.2.0
4852
# via
4953
# aiohttp
@@ -104,8 +108,6 @@ chardet==5.2.0
104108
# via mbstrdecoder
105109
charset-normalizer==3.4.0
106110
# via requests
107-
chz==0.3.0
108-
# via gpt-oss
109111
click==8.1.7
110112
# via
111113
# black
@@ -176,9 +178,7 @@ distlib==0.3.9
176178
dnspython==2.7.0
177179
# via email-validator
178180
docker==7.1.0
179-
# via
180-
# gpt-oss
181-
# mlflow
181+
# via mlflow
182182
docopt==0.6.2
183183
# via num2words
184184
docstring-parser==0.17.0
@@ -203,10 +203,13 @@ eval-type-backport==0.2.2
203203
# via mteb
204204
evaluate==0.4.3
205205
# via lm-eval
206-
fastapi==0.116.1
206+
exceptiongroup==1.3.0
207207
# via
208-
# gpt-oss
209-
# mlflow-skinny
208+
# anyio
209+
# hypothesis
210+
# pytest
211+
fastapi==0.116.1
212+
# via mlflow-skinny
210213
fastparquet==2024.11.0
211214
# via genai-perf
212215
fastrlock==0.8.2
@@ -281,8 +284,6 @@ google-resumable-media==2.7.2
281284
# via google-cloud-storage
282285
googleapis-common-protos==1.70.0
283286
# via google-api-core
284-
gpt-oss==0.0.8
285-
# via -r requirements/test.in
286287
graphene==3.4.3
287288
# via mlflow
288289
graphql-core==3.2.6
@@ -310,8 +311,6 @@ hf-xet==1.1.7
310311
# via huggingface-hub
311312
hiredis==3.0.0
312313
# via tensorizer
313-
html2text==2025.4.15
314-
# via gpt-oss
315314
httpcore==1.0.6
316315
# via httpx
317316
httpx==0.27.2
@@ -446,7 +445,6 @@ lm-eval @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b772215
446445
lxml==5.3.0
447446
# via
448447
# blobfile
449-
# gpt-oss
450448
# sacrebleu
451449
mako==1.3.10
452450
# via alembic
@@ -618,8 +616,6 @@ omegaconf==2.3.0
618616
# lightning
619617
open-clip-torch==2.32.0
620618
# via -r requirements/test.in
621-
openai-harmony==0.0.4
622-
# via gpt-oss
623619
opencensus==0.11.4
624620
# via ray
625621
opencensus-context==0.1.3
@@ -791,12 +787,10 @@ pydantic==2.12.0
791787
# albumentations
792788
# datamodel-code-generator
793789
# fastapi
794-
# gpt-oss
795790
# lightly
796791
# mistral-common
797792
# mlflow-skinny
798793
# mteb
799-
# openai-harmony
800794
# pydantic-extra-types
801795
# ray
802796
pydantic-core==2.41.1
@@ -927,7 +921,6 @@ requests==2.32.3
927921
# evaluate
928922
# google-api-core
929923
# google-cloud-storage
930-
# gpt-oss
931924
# huggingface-hub
932925
# lightly
933926
# lm-eval
@@ -1018,7 +1011,6 @@ setuptools==77.0.3
10181011
# via
10191012
# lightning-utilities
10201013
# pytablewriter
1021-
# torch
10221014
shapely==2.1.1
10231015
# via
10241016
# geopandas
@@ -1070,8 +1062,6 @@ starlette-testclient==0.4.1
10701062
# via schemathesis
10711063
statsmodels==0.14.4
10721064
# via genai-perf
1073-
structlog==25.4.0
1074-
# via gpt-oss
10751065
sympy==1.13.3
10761066
# via
10771067
# einx
@@ -1086,15 +1076,12 @@ tcolorpy==0.1.6
10861076
# via pytablewriter
10871077
tenacity==9.1.2
10881078
# via
1089-
# gpt-oss
10901079
# lm-eval
10911080
# plotly
10921081
tensorboardx==2.6.4
10931082
# via lightning
10941083
tensorizer==2.10.1
10951084
# via -r requirements/test.in
1096-
termcolor==3.1.0
1097-
# via gpt-oss
10981085
terratorch @ git+https://github.com/IBM/terratorch.git@07184fcf91a1324f831ff521dd238d97fe350e3e
10991086
# via -r requirements/test.in
11001087
threadpoolctl==3.5.0
@@ -1105,7 +1092,6 @@ tifffile==2025.3.30
11051092
# terratorch
11061093
tiktoken==0.12.0
11071094
# via
1108-
# gpt-oss
11091095
# lm-eval
11101096
# mistral-common
11111097
timm==1.0.17
@@ -1119,8 +1105,15 @@ tokenizers==0.22.0
11191105
# via
11201106
# -r requirements/test.in
11211107
# transformers
1108+
toml==0.10.2
1109+
# via datamodel-code-generator
11221110
tomli==2.2.1
1123-
# via schemathesis
1111+
# via
1112+
# alembic
1113+
# black
1114+
# coverage
1115+
# pytest
1116+
# schemathesis
11241117
tomli-w==1.2.0
11251118
# via schemathesis
11261119
torch==2.9.0+cu129
@@ -1157,7 +1150,7 @@ torchaudio==2.9.0+cu129
11571150
# -r requirements/test.in
11581151
# encodec
11591152
# vocos
1160-
torchgeo==0.7.0
1153+
torchgeo==0.6.2
11611154
# via terratorch
11621155
torchmetrics==1.7.4
11631156
# via
@@ -1196,7 +1189,7 @@ tqdm==4.66.6
11961189
# transformers
11971190
tqdm-multiprocess==0.0.11
11981191
# via lm-eval
1199-
transformers==4.56.2
1192+
transformers==4.57.1
12001193
# via
12011194
# -r requirements/test.in
12021195
# genai-perf
@@ -1228,7 +1221,9 @@ typing-extensions==4.15.0
12281221
# aiosignal
12291222
# albumentations
12301223
# alembic
1231-
# chz
1224+
# anyio
1225+
# black
1226+
# exceptiongroup
12321227
# fastapi
12331228
# graphene
12341229
# huggingface-hub
@@ -1238,6 +1233,7 @@ typing-extensions==4.15.0
12381233
# mistral-common
12391234
# mlflow-skinny
12401235
# mteb
1236+
# multidict
12411237
# opentelemetry-api
12421238
# opentelemetry-sdk
12431239
# opentelemetry-semantic-conventions
@@ -1246,12 +1242,13 @@ typing-extensions==4.15.0
12461242
# pydantic-core
12471243
# pydantic-extra-types
12481244
# pytorch-lightning
1245+
# rich
12491246
# sqlalchemy
12501247
# torch
1251-
# torchgeo
12521248
# typer
12531249
# typeshed-client
12541250
# typing-inspection
1251+
# uvicorn
12551252
typing-inspection==0.4.2
12561253
# via pydantic
12571254
tzdata==2024.2
@@ -1268,9 +1265,7 @@ urllib3==2.2.3
12681265
# responses
12691266
# tritonclient
12701267
uvicorn==0.35.0
1271-
# via
1272-
# gpt-oss
1273-
# mlflow-skinny
1268+
# via mlflow-skinny
12741269
vector-quantize-pytorch==1.21.2
12751270
# via -r requirements/test.in
12761271
virtualenv==20.31.2
@@ -1289,7 +1284,7 @@ word2number==1.1
12891284
# via lm-eval
12901285
wrapt==1.17.2
12911286
# via smart-open
1292-
xarray==2025.7.1
1287+
xarray==2025.6.1
12931288
# via rioxarray
12941289
xxhash==3.5.0
12951290
# via

0 commit comments

Comments
 (0)