[ROCm] [Release] Change the package from aiter to amd-aiter (#35198)

Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
This commit is contained in:
TJian
2026-03-03 15:13:39 +08:00
committed by GitHub
parent 8fa68a8ce4
commit 5dfc5abe94
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ def get_custom_wheel_versions(install_dir: str) -> dict[str, str]:
("torchaudio-", "torchaudio"), # Match torchaudio-
("amdsmi-", "amdsmi"), # Match amdsmi-
("flash_attn-", "flash-attn"), # Match flash_attn-
("aiter-", "aiter"), # Match aiter-
("amd_aiter-", "amd-aiter"), # Match amd_aiter-
]
for wheel_file in install_path.glob("*.whl"):