Remove remaining vestiges of the TranslationPipeline#43869
Merged
Rocketknight1 merged 2 commits intomainfrom Feb 26, 2026
Merged
Remove remaining vestiges of the TranslationPipeline#43869Rocketknight1 merged 2 commits intomainfrom
Rocketknight1 merged 2 commits intomainfrom
Conversation
4 tasks
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
math-hiyoko
reviewed
Feb 9, 2026
| @@ -90,7 +90,6 @@ | |||
| "text-generation": "Causal Language Modeling", | |||
| "text2text-generation": "Sequence-to-sequence Language Modeling", | |||
Contributor
There was a problem hiding this comment.
Is text2text-generation still a supported pipeline task?
it in the current pipeline(task=...) supported task list.
Member
Author
There was a problem hiding this comment.
Yes, thank you for spotting it!
6a80605 to
0d9b988
Compare
Member
Author
|
Not sure who to get for approval, maybe @vasqu? |
vasqu
approved these changes
Feb 10, 2026
Contributor
vasqu
left a comment
There was a problem hiding this comment.
It's like a cockroach, hard to terminate 👀 hopefully the last time
0d9b988 to
a6a4530
Compare
a6a4530 to
c8160a3
Compare
Contributor
|
[For maintainers] Suggested jobs to run (before merge) run-slow: m2m_100, plbart |
zvik
pushed a commit
to zvik/transformers
that referenced
this pull request
Mar 1, 2026
* Remove remaining vestiges of the TranslationPipeline * Remove some other references to deleted pipelines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There were some leftover references to the TranslationPipeline, so this PR removes them. Includes the cleanup from #43826 as well as some other changes!