You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the last month or two, did something change wrt the distribution of flash attention, specifically flash-attn 2.6.3+cu123?
flash-attn is a dependency I rely on both directly and indirectly (via the deps of other wheels). I last had to reinstall the requirements within my venv in late 2024, and historically flash-attn was fragile but workable. However, now the exact same install script and files gives me:
I believe this may be a dep of a dep, since for my own code I had been specifying https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.3/flash_attn-2.6.3+cu118torch2.3cxx11abiFALSE-cp310-cp310-linux_x86_64.whl in my requirements/venv rather than the version listed in the error (flash-attn==2.6.3+cu123torch2.4cxx11abifalse)... but I'm not sure where to start debugging as there aren't many similar breakages mentioned?
FWIW, deps are auto-reconciled with pip-compile (has worked fine till now).
Has anyone encountered this problem before?
The text was updated successfully, but these errors were encountered:
In the last month or two, did something change wrt the distribution of flash attention, specifically
flash-attn 2.6.3+cu123
?flash-attn is a dependency I rely on both directly and indirectly (via the deps of other wheels). I last had to reinstall the requirements within my venv in late 2024, and historically flash-attn was fragile but workable. However, now the exact same install script and files gives me:
I believe this may be a dep of a dep, since for my own code I had been specifying
https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.3/flash_attn-2.6.3+cu118torch2.3cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
in my requirements/venv rather than the version listed in the error (flash-attn==2.6.3+cu123torch2.4cxx11abifalse)... but I'm not sure where to start debugging as there aren't many similar breakages mentioned?FWIW, deps are auto-reconciled with pip-compile (has worked fine till now).
Has anyone encountered this problem before?
The text was updated successfully, but these errors were encountered: