facebookresearch / xformers

Hackable and optimized Transformers building blocks, supporting a composable construction.
https://facebookresearch.github.io/xformers/
Other
8.67k stars 619 forks source link

need to release xformers-0.0.28.post3.whl with manylinux2014_x86_64 os version. #1155

Open controlRun opened 3 days ago

controlRun commented 3 days ago

Hello, we have a linux os which manylinux_2_28.whl not support, Can the new version of xformers-whl be released to support the Manylinux_2014 system version. Thank you !

lw commented 3 days ago

My understanding is that manylinux_2014 has reached end-of-life (because it's based on CentOS 7 which reached EOL on June 30, 2024). Indeed, we started having issues with manylinux_2014 this summer, and we had to update to manylinux_2_28 instead (see https://github.com/facebookresearch/xformers/commit/6f3b9db7d6664883557611f551a3c9fcab18215d). I don't think we will be able to go back to targeting manylinux_2014, sorry.