chore(deps): pin diffusers to the commit that merged MiniMax H3 - #189
Closed
Rockdu wants to merge 1 commit into
Closed
chore(deps): pin diffusers to the commit that merged MiniMax H3#189Rockdu wants to merge 1 commit into
Rockdu wants to merge 1 commit into
Conversation
Collaborator
Author
|
Merged with #190 |
6 tasks
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.
What
diffusersfrom0.38.0to a git pin on the main commit that merged MiniMax H3 (f53d5520, huggingface/diffusers#14355).Why
MiniMax H3 support is needed by #154, but no diffusers release carries it:
v0.39.0(2026-07-03) predates the merge (2026-08-05), and nothing has shipped since. A git pin is the only option until the next stable release.Split out of #154 so the dependency upgrade is validated on its own. This is a two-minor jump (
0.38.0→ post-0.39.0main) and can break models that have nothing to do with H3 — that is exactly what this PR asks CI to answer, without the H3 training code in the way.requirements.txthere is byte-identical to #154's.Upstream has four later commits touching H3 (SDNQ loading #14398, context parallel #14407, LoRA loading #14408, CUDA test fixes #14464). They are deliberately not picked up: pinning the merge commit keeps this identical to what #154 was validated against.
Files
requirements.txtChecklist
pre-commit run --all-filespasses — not run locallypytest -xis green — not run locally (no torch in this environment); relying on CIpython3 train.py --helpstill parses — no flags changed