mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:17:55 -04:00
34d8e036bb
gcc-toolset-14 (GCC 14) in manylinux_2_28 containers is incompatible with CUDA 12.6 nvcc, causing compilation errors in type_traits headers. Use gcc-toolset-13 instead and export CC/CXX to GITHUB_ENV to ensure subsequent steps use the correct compiler.