mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
fix: add v0.7.0 manylinux2_28 note to doc/packages.md
Add the missing note about manylinux2_28 platform support since v0.7.0 to the ADD_NOTE constant in create_packages.py, matching README.md.
This commit is contained in:
@@ -50,6 +50,10 @@ from common import (
|
||||
)
|
||||
|
||||
ADD_NOTE = """> [!NOTE]
|
||||
> Since v0.7.0, wheels are built with manylinux2_28 platform.
|
||||
> These wheels for Linux x86_64 and ManyLinux are compatible with old glibc versions (<=2.17).
|
||||
|
||||
> [!NOTE]
|
||||
> Since v0.5.0, wheels are built with a local version label indicating the CUDA and PyTorch versions.
|
||||
> Example: `pip list` -> `flash_attn==2.8.3 -> flash_attn==2.8.3+cu130torch2.9`
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user