[ROCm] [Release] Change the package from aiter to amd-aiter#35198
Merged
khluu merged 8 commits intovllm-project:mainfrom Mar 3, 2026
Merged
[ROCm] [Release] Change the package from aiter to amd-aiter#35198khluu merged 8 commits intovllm-project:mainfrom
aiter to amd-aiter#35198khluu merged 8 commits intovllm-project:mainfrom
Conversation
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the AITER package name from aiter to amd-aiter across the release pipeline and related scripts. The changes involve modifying the .buildkite/release-pipeline.yaml, .buildkite/scripts/annotate-rocm-release.sh, and tools/vllm-rocm/pin_rocm_dependencies.py files to reflect the new package name and ensure consistency in the build and release processes. Additionally, the S3 bucket name is changed from vllm-wheels to vllm-wheels-dev in .buildkite/release-pipeline.yaml. I have identified a critical issue where the commented-out sections in .buildkite/release-pipeline.yaml should be removed to avoid confusion and potential errors in the future.
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
khluu
approved these changes
Mar 3, 2026
Copilot AI
pushed a commit
to machov/vllm
that referenced
this pull request
Mar 10, 2026
…-project#35198) Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
avinashsingh77
pushed a commit
to avinashsingh77/vllm
that referenced
this pull request
Mar 12, 2026
…-project#35198) Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
wendyliu235
pushed a commit
to wendyliu235/vllm-public
that referenced
this pull request
Mar 18, 2026
…-project#35198) Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
After upgrading the AITER version, AITER library has changed its package name from
aitertoamd-aiter. So, we have to update it as well.Test Plan
Trial run
Test Result
https://buildkite.com/vllm/release-pipeline-shadow/builds/3134/steps/canvas
The generated wheels can be installed using the following command (Python 3.12, ROCm 7.0)
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.