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:
Junya Morioka
2026-01-28 18:37:23 +09:00
parent ae8dcf2157
commit 3ab8ceba29
2 changed files with 190 additions and 32 deletions
+4
View File
@@ -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`
"""