Skip to content

build(deps): Bump transformers from 4.53.0 to 5.0.0rc3 in /examples/flowertune-llm#6968

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/examples/flowertune-llm/transformers-5.0.0rc3
Open

build(deps): Bump transformers from 4.53.0 to 5.0.0rc3 in /examples/flowertune-llm#6968
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/examples/flowertune-llm/transformers-5.0.0rc3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps transformers from 4.53.0 to 5.0.0rc3.

Release notes

Sourced from transformers's releases.

Release candidate v5.0.0rc3

New models:

What's Changed

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.

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 8, 2026
@dependabot dependabot bot requested review from Copilot and removed request for Copilot April 8, 2026 08:35
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 837da66a45

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"peft==0.6.2",
"fschat[model_worker,webui]==0.2.35",
"transformers==4.53.0",
"transformers==5.0.0rc3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Align transformers pin with the existing PEFT stack

Changing this pin to transformers==5.0.0rc3 while the same file still pins peft==0.6.2 introduces a dependency mismatch that breaks this example’s training path: PEFT’s maintainers document Transformers v5 as incompatible with PEFT versions below 0.18, and this project imports/uses PEFT directly in flowertune_llm/models.py, flowertune_llm/client_app.py, and test.py. In practice, users installing this template will get an environment that fails at import/runtime unless the PEFT/TRL stack is upgraded together (or Transformers stays on 4.x).

Useful? React with 👍 / 👎.

@github-actions github-actions bot added the Bot Created by bot (automation). label Apr 8, 2026
Bumps [transformers](https://github.com/huggingface/transformers) from 4.53.0 to 5.0.0rc3.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.53.0...v5.0.0rc3)

---
updated-dependencies:
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings April 9, 2026 08:28
@dependabot dependabot bot force-pushed the dependabot/pip/examples/flowertune-llm/transformers-5.0.0rc3 branch from 837da66 to 0e7940b Compare April 9, 2026 08:28
@dependabot dependabot bot review requested due to automatic review settings April 9, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bot Created by bot (automation). dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants