Skip to content

Fixing nightly regression test#450

Open
prishajain1 wants to merge 1 commit into
mainfrom
nightly_fix
Open

Fixing nightly regression test#450
prishajain1 wants to merge 1 commit into
mainfrom
nightly_fix

Conversation

@prishajain1

Copy link
Copy Markdown
Collaborator

Fix Wan 2.1 training nightly regression test failures by wrapping FlaxCLIPTextModel imports in max_utils.py with try...except ImportError to handle container environments with updated transformers releases.

@prishajain1
prishajain1 requested a review from entrpn as a code owner July 23, 2026 06:00
@github-actions

Copy link
Copy Markdown

@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@prishajain1
prishajain1 requested a review from mbohlool July 23, 2026 06:09
Comment on lines +61 to +62
FlaxCLIPTextModel = None
FlaxCLIPTextPreTrainedModel = None

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Shouldn't we import these from somewhere else otherwise it might lead to broken code?

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