Skip to content

chore(deps): bump transformers to 5.12.1 for MiniMax H3 - #194

Merged
Rockdu merged 1 commit into
mainfrom
chore/bump-transformers-h3
Aug 19, 2026
Merged

chore(deps): bump transformers to 5.12.1 for MiniMax H3#194
Rockdu merged 1 commit into
mainfrom
chore/bump-transformers-h3

Conversation

@Rockdu

@Rockdu Rockdu commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

What

  • Bump transformers from 5.5.4 to 5.12.1.

Why

MiniMax H3's text encoder (Qwen3-VL) imports transformers.vision_utils, which does not exist in 5.5.4. The current H3 document requires extra environment setup, so here we bump transformers and run end-to-end CI.

Validation

uv pip install --dry-run -r requirements.txt against the CI image (transformers 5.5.4, huggingface-hub 1.15.0, torch 2.11.0+cu129):

Resolved 207 packages
 - transformers==5.5.4
 + transformers==5.12.1

Only transformers changes; no other pin is disturbed and nothing else is downgraded. (cryptography / distro / pyparsing also appear as installs, but they show up identically on an unmodified requirements.txt — pre-existing gaps in the image, not caused by this bump.)

Files

File Role
requirements.txt the bump, plus a comment recording the vision_utils floor and why 5.12.1

Checklist

  • pre-commit run --all-files passes — not run locally
  • Added/updated tests for new behaviour — none added; a version bump has no behaviour of its own, CI is the test
  • pytest -x is green — not run locally (no torch in this environment); relying on CI
  • If launch flags changed, python3 train.py --help still parses — no flags changed
  • If a public flag was added, it appears in the CLI reference docs — no flags added
  • If an example was added, it has a real walkthrough — no examples added

@Rockdu Rockdu added the run-ci-e2e Run e2e metric-regression tests on this PR label Aug 19, 2026
@Rockdu
Rockdu force-pushed the chore/bump-transformers-h3 branch from d3f8297 to 38efab3 Compare August 19, 2026 01:13
@Rockdu
Rockdu merged commit ec812c4 into main Aug 19, 2026
41 of 46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-ci-e2e Run e2e metric-regression tests on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant