Skip to content

Update: transformers support to latest#1363

Closed
rahul-tuli wants to merge 1 commit intomainfrom
update-transformers
Closed

Update: transformers support to latest#1363
rahul-tuli wants to merge 1 commit intomainfrom
update-transformers

Conversation

@rahul-tuli
Copy link
Copy Markdown
Collaborator

Decompression support was temporarily disabled for Transformers versions 4.50.0 through 4.51.2 due to a compatibility issue. During that time, we constrained our dependency to transformers>=4.0,<4.50.0 to prevent breakage.

What’s Changed

  • Dependency update: revised the version constraint to
    transformers>=4.0,<4.50.0,>=4.51.3  
    
  • Placeholder: this change will take effect once the decompression fix is implemented and validated against Transformers 4.51.3 or newer.

Why This Matters

  • Restores forward compatibility with the latest Transformers releases.
  • Unlocks external integrations, for example Axolotl PR #2479, which depend on support for Transformers 4.51.3 or newer.

Testing & Validation

  1. Merge this PR once the decompression fix is merged into our codebase.
  2. Run the full decompression test suite against Transformers 4.51.3 or newer.

No functional changes are included here—this is purely a dependency update in anticipation of the upcoming decompression fix.

Signed-off-by: Rahul Tuli <rtuli@redhat.com>
@github-actions
Copy link
Copy Markdown

👋 Hi! Thank you for contributing to llm-compressor. Please add the ready label when the PR is ready for review.

Note: This is required to complete the testing suite, please only add the label once the PR is code complete and local testing has been performed.

@dsikka
Copy link
Copy Markdown
Collaborator

dsikka commented Apr 21, 2025

I already have a PR for this: #1352

@dsikka dsikka closed this Apr 21, 2025
@rahul-tuli rahul-tuli deleted the update-transformers branch April 23, 2025 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants