-
Notifications
You must be signed in to change notification settings - Fork 614
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
cfea89fab Breaks build #809
Comments
cfea89f appears to be the breaking change. |
|
It fails at the link stages as a bunch of binaries appear missing?
|
Ok so this may be a flash-attention bug: |
Despite even attempting a git submodule update --init --recursive --force I still run into this issue...so if anyone finds anything, thank you very much. |
Can you try deleting the repo and re-cloning it again? It looks like your submodules didn't get updated (you have the old flashv1 submodule, with a build code that expects flashv2 submodule) |
Is this because I'm using cuda 12.1? If so, weird that those other commits build. Recloned, was missing a submodule or two, however:
|
Downgrading all the cuda stuff to 11.8, and gcc to v11 appears to work. |
So I need to try with cuda 12.x again just for fun but it appears ninja itself, even if one modifies the call to ninja -v in torch, is causing those files not to build. Uninstalling ninja takes longer to build, however those objects appear to be getting created. |
ninja might make ur pc go out of memory, i ran |
Read from #809 (comment) to the end, please.
The text was updated successfully, but these errors were encountered: