Skip to content

Commit 6b93b12

Browse files
dependabot[bot]Yicong-Huangaicam
authored
chore(deps): bump transformers from 4.57.3 to 5.0.0rc3 in /amber (#5016)
Bumps [transformers](https://github.com/huggingface/transformers) from 4.57.3 to 5.0.0rc3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huggingface/transformers/releases">transformers's releases</a>.</em></p> <blockquote> <h1>Release candidate v5.0.0rc3</h1> <h2>New models:</h2> <ul> <li>[GLM-4.7] GLM-Lite Supoort by <a href="https://github.com/zRzRzRzRzRzRzR"><code>@​zRzRzRzRzRzRzR</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43031">huggingface/transformers#43031</a></li> <li>[GLM-Image] AR Model Support for GLM-Image by <a href="https://github.com/zRzRzRzRzRzRzR"><code>@​zRzRzRzRzRzRzR</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43100">huggingface/transformers#43100</a></li> <li>Add LWDetr model by <a href="https://github.com/sbucaille"><code>@​sbucaille</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/40991">huggingface/transformers#40991</a></li> <li>Add LightOnOCR model implementation by <a href="https://github.com/baptiste-aubertin"><code>@​baptiste-aubertin</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/41621">huggingface/transformers#41621</a></li> </ul> <h2>What's Changed</h2> <p>We are getting closer and closer to the official release! This RC is focused on removing more of the deprecated stuff, fixing some minors issues, doc updates.</p> <ul> <li>Update Japanese README to match English version by <a href="https://github.com/lilin-1"><code>@​lilin-1</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43069">huggingface/transformers#43069</a></li> <li>[docs] Deploying by <a href="https://github.com/stevhliu"><code>@​stevhliu</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/42263">huggingface/transformers#42263</a></li> <li>[docs] inference engines by <a href="https://github.com/stevhliu"><code>@​stevhliu</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/42932">huggingface/transformers#42932</a></li> <li>Fix typos: Remove duplicate duplicate words words by <a href="https://github.com/efeecllk"><code>@​efeecllk</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43040">huggingface/transformers#43040</a></li> <li>[style] Rework ruff rules and update all files by <a href="https://github.com/Cyrilvallez"><code>@​Cyrilvallez</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43144">huggingface/transformers#43144</a></li> <li>[CB] Minor fix in kwargs by <a href="https://github.com/remi-or"><code>@​remi-or</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43147">huggingface/transformers#43147</a></li> <li>[Bug] qwen2_5_omni: cap generation length to be less than the max_position_embedding in DiT by <a href="https://github.com/sniper35"><code>@​sniper35</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43068">huggingface/transformers#43068</a></li> <li>Fix some deprecated practices in torch 2.9 by <a href="https://github.com/Cyrilvallez"><code>@​Cyrilvallez</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43167">huggingface/transformers#43167</a></li> <li>Fix Fuyu processor width dimension bug in <code>_get_num_multimodal_tokens</code> by <a href="https://github.com/Abhinavexists"><code>@​Abhinavexists</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43137">huggingface/transformers#43137</a></li> <li>Inherit from PreTrainedTokenizerBase by <a href="https://github.com/juliendenize"><code>@​juliendenize</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43143">huggingface/transformers#43143</a></li> <li>Generation config boolean defaults by <a href="https://github.com/zucchini-nlp"><code>@​zucchini-nlp</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43000">huggingface/transformers#43000</a></li> <li>Fix failing <code>BartModelIntegrationTest</code> by <a href="https://github.com/Sai-Suraj-27"><code>@​Sai-Suraj-27</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43160">huggingface/transformers#43160</a></li> <li>fix failure of llava/pixtral by <a href="https://github.com/sywangyi"><code>@​sywangyi</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/42985">huggingface/transformers#42985</a></li> <li>GemmaTokenizer: remove redundant whitespace pre-tokenizer by <a href="https://github.com/vaibhav-research"><code>@​vaibhav-research</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43106">huggingface/transformers#43106</a></li> <li>Support <code>auto_doctring</code> in Processors by <a href="https://github.com/yonigozlan"><code>@​yonigozlan</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/42101">huggingface/transformers#42101</a></li> <li>Fix failing <code>BitModelIntegrationTest</code> by <a href="https://github.com/Sai-Suraj-27"><code>@​Sai-Suraj-27</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43164">huggingface/transformers#43164</a></li> <li>[<code>Fp8</code>] Fix experts by <a href="https://github.com/vasqu"><code>@​vasqu</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43154">huggingface/transformers#43154</a></li> <li>Docs: improve wording for documentation build instructions by <a href="https://github.com/Sailnagale"><code>@​Sailnagale</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43007">huggingface/transformers#43007</a></li> <li>[makefile] Cleanup and improve the rules by <a href="https://github.com/Cyrilvallez"><code>@​Cyrilvallez</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43171">huggingface/transformers#43171</a></li> <li>Some new models added stuff that was already removed by <a href="https://github.com/Cyrilvallez"><code>@​Cyrilvallez</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43179">huggingface/transformers#43179</a></li> <li>Fixes and compilation warning in torchao docs by <a href="https://github.com/merveenoyan"><code>@​merveenoyan</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/42909">huggingface/transformers#42909</a></li> <li>[cache] Remove all deprecated classes by <a href="https://github.com/Cyrilvallez"><code>@​Cyrilvallez</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43168">huggingface/transformers#43168</a></li> <li>Bump huggingface_hub minimal version by <a href="https://github.com/Wauplin"><code>@​Wauplin</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43188">huggingface/transformers#43188</a></li> <li>Rework check_config_attributes.py by <a href="https://github.com/Cyrilvallez"><code>@​Cyrilvallez</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43191">huggingface/transformers#43191</a></li> <li>Fix generation config validation by <a href="https://github.com/zucchini-nlp"><code>@​zucchini-nlp</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43175">huggingface/transformers#43175</a></li> <li>[style] Use 'x | y' syntax for processors as well by <a href="https://github.com/Wauplin"><code>@​Wauplin</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43189">huggingface/transformers#43189</a></li> <li>Remove deprecated objects by <a href="https://github.com/Cyrilvallez"><code>@​Cyrilvallez</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43170">huggingface/transformers#43170</a></li> <li>fix chunked prefill implementation issue-43082 by <a href="https://github.com/marcndo"><code>@​marcndo</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43132">huggingface/transformers#43132</a></li> <li>Reduce add_dates verbosity by <a href="https://github.com/yonigozlan"><code>@​yonigozlan</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43184">huggingface/transformers#43184</a></li> <li>Add support for MiniMax-M2 by <a href="https://github.com/rogeryoungh"><code>@​rogeryoungh</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/42028">huggingface/transformers#42028</a></li> <li>Fix failing <code>salesforce-ctrl</code>, <code>xlm</code> &amp; <code>gpt-neo</code> model generation tests by <a href="https://github.com/Sai-Suraj-27"><code>@​Sai-Suraj-27</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43180">huggingface/transformers#43180</a></li> <li>Less verbose library helpers by <a href="https://github.com/Cyrilvallez"><code>@​Cyrilvallez</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43197">huggingface/transformers#43197</a></li> <li>run all test files on CircleCI by <a href="https://github.com/ydshieh"><code>@​ydshieh</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43146">huggingface/transformers#43146</a></li> <li>Clamp temperature to &gt;=1.0 for Dia generation by <a href="https://github.com/Haseebasif7"><code>@​Haseebasif7</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43029">huggingface/transformers#43029</a></li> <li>Fix spelling typos in comments and code by <a href="https://github.com/raimbekovm"><code>@​raimbekovm</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43046">huggingface/transformers#43046</a></li> <li>[docs] llama.cpp by <a href="https://github.com/stevhliu"><code>@​stevhliu</code></a> in <a href="https://redirect.github.com/huggingface/transformers/pull/43185">huggingface/transformers#43185</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huggingface/transformers/commit/cb5079fa72456d8ce27fc2041389beb5e1357f48"><code>cb5079f</code></a> v5.0.0rc3</li> <li><a href="https://github.com/huggingface/transformers/commit/d1808f2c36c02faad537f9737a76165e49b041f9"><code>d1808f2</code></a> [ci] Fixing some failing tests for important models (<a href="https://redirect.github.com/huggingface/transformers/issues/43231">#43231</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/3d276453a2b7c74f3259b1c136db3dd79c51756b"><code>3d27645</code></a> Add LightOnOCR model implementation (<a href="https://redirect.github.com/huggingface/transformers/issues/41621">#41621</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/77146cc9088ec8fc1dd476b40b1c6cdb0792afe3"><code>77146cc</code></a> fix crash in when running FSDP2+TP (<a href="https://redirect.github.com/huggingface/transformers/issues/43226">#43226</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/61317f5ac78511a1c02b08c0e73012d9542183ed"><code>61317f5</code></a> [CB] Ensure parallel decoding test passes using FA (<a href="https://redirect.github.com/huggingface/transformers/issues/43277">#43277</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/1efe1a633a47628134a2ba6376512af99cc3c9df"><code>1efe1a6</code></a> Fix failing <code>PegasusX</code>, <code>Mvp</code> &amp; <code>LED</code> model integration tests (<a href="https://redirect.github.com/huggingface/transformers/issues/43245">#43245</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/e8ae373133be1eff2254c5dd71fcd628445cb4a4"><code>e8ae373</code></a> [consistency] Ensure models are added to the <code>_toctree.yml</code> (<a href="https://redirect.github.com/huggingface/transformers/issues/43264">#43264</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/c85be9899355c72771b3237f2434c7c84748427a"><code>c85be98</code></a> [docs] tensorrt-llm (<a href="https://redirect.github.com/huggingface/transformers/issues/43176">#43176</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/38022fd891209fa1e386b9afb971a9d2d35ec175"><code>38022fd</code></a> [style] Fix init isort and align makefile and CI (<a href="https://redirect.github.com/huggingface/transformers/issues/43260">#43260</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/e977446e632670f9972fc4ff1432b414c8b813cb"><code>e977446</code></a> Fix failing <code>Hiera</code>, <code>SwiftFormer</code> &amp; <code>LED</code> Model integration tests (<a href="https://redirect.github.com/huggingface/transformers/issues/43225">#43225</a>)</li> <li>Additional commits viewable in <a href="https://github.com/huggingface/transformers/compare/v4.57.3...v5.0.0rc3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=transformers&package-manager=pip&previous-version=4.57.3&new-version=5.0.0rc3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/texera/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yicong Huang <17627829+Yicong-Huang@users.noreply.github.com> Co-authored-by: ali risheh <ali.risheh876@gmail.com>
1 parent 5bff1b4 commit 6b93b12

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

amber/LICENSE-binary-python

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Python packages:
233233
- safetensors==0.7.0
234234
- tenacity==8.5.0
235235
- tokenizers==0.22.2
236-
- transformers==4.57.3
236+
- transformers==5.0.0rc3
237237
- tzdata==2026.2
238238
- websocket-client==1.9.0
239239
- yarl==1.23.0
@@ -244,7 +244,9 @@ Dependencies under the MIT License
244244

245245
Python packages:
246246
- aioitertools==0.13.0
247+
- annotated-doc==0.0.4
247248
- annotated-types==0.7.0
249+
- anyio==4.13.0
248250
- appdirs==1.4.4
249251
- asn1crypto==1.5.1
250252
- attrs==26.1.0
@@ -256,6 +258,7 @@ Python packages:
256258
- fonttools==4.62.1
257259
- fs==2.4.16
258260
- greenlet==3.5.0
261+
- h11==0.16.0
259262
- h2==4.3.0
260263
- hpack==4.1.0
261264
- hyperframe==6.1.0
@@ -284,6 +287,8 @@ Python packages:
284287
- six==1.17.0
285288
- sqlalchemy==2.0.37
286289
- strictyaml==1.7.3
290+
- typer==0.25.1
291+
- typer-slim==0.24.0
287292
- typing-inspection==0.4.2
288293
- tzlocal==2.1
289294
- urllib3==2.6.3
@@ -300,6 +305,8 @@ Python packages:
300305
- cycler==0.12.1
301306
- fsspec==2025.9.0
302307
- grpclib==0.4.9
308+
- httpcore==1.0.9
309+
- httpx==0.28.1
303310
- idna==3.13
304311
- jinja2==3.1.6
305312
- joblib==1.5.3
@@ -336,6 +343,13 @@ Python packages:
336343
- update-checker==0.18.0
337344
- wrapt==1.17.3
338345

346+
--------------------------------------------------------------------------------
347+
Dependencies under the ISC License
348+
--------------------------------------------------------------------------------
349+
350+
Python packages:
351+
- shellingham==1.5.4
352+
339353
--------------------------------------------------------------------------------
340354
Dependencies under the Mozilla Public License, Version 2.0
341355
--------------------------------------------------------------------------------

amber/operator-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ torch==2.8.0+cpu ; platform_system == "Linux" and platform_machine == "x86_64"
2727
torch==2.8.0 ; platform_system != "Linux" or platform_machine != "x86_64"
2828

2929
scikit-learn==1.5.0
30-
transformers==4.57.3
30+
transformers==5.0.0rc3
3131
scikit-image==0.25.2

0 commit comments

Comments
 (0)