Skip to content

Conversation

@ncan33
Copy link

@ncan33 ncan33 commented Jul 23, 2025

Summary

This PR fixes a version mismatch in requirements.txt where xformers==0.0.22.post7 was incorrectly specified. That version forces a PyTorch downgrade and breaks compatibility with the rest of the codebase.

Changes made

  • Updated xformers version from 0.0.22.post70.0.27.post2

This is a major issue

  • xformers==0.0.22.post7 in requirements.txt leads to a cascade of dependency conflicts, including an unintended downgrade of PyTorch, which breaks everything.
  • The README already specifies xformers==0.0.27.post2 as the correct version.

Testing

  • Verified installation with pip install -r requirements.txt
  • Confirmed PyTorch version remains intact and compatible

The requirements.txt file incorrectly listed `xformers==0.0.22.post7`, which triggers a cascade of dependency issues — including an unintended PyTorch downgrade that breaks everything.

Updated to `xformers==0.0.27.post2` as correctly specified in the README. This version is compatible with the expected PyTorch version and resolves the breakage. No other changes made.
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.

1 participant