-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMD card support? #504
Comments
It do not need to install xformers. I think it is ok in AMD card, but I do have this env to test. You can test and report some info here. |
Why is it declared as a dependency then, here? Also why are all the dependencies pinned to specific versions, rather than the minimum version? If you want to provide a pinned "this worked for us" list of dependencies, then the usual procedure for that would be to provide a I also kind of wonder why the project needs something like |
It looks like you already have a proper |
Digging deeper, it looks like you just dumped everything currently in your virtualenv onto the dependencies list, instead of listing the libraries OpenSora actually needs. I'm trying to untangle the mess, will keep you posted. |
From a cursory search, these are the third party libraries actually directly imported by OpenSora:
Additionally, many of these imports are only needed for training, not inference, so they should be moved to an extra, so as not to make users install dependencies they don't need. |
As an owner of a Radeon 7900 XTX, I'm wondering if this project could be made to support AMD cards too. The problem is the
xformers
dependency which does not support AMD cards. Does Open-Sora-Plan use any nVidia-only features?The text was updated successfully, but these errors were encountered: