-
Notifications
You must be signed in to change notification settings - Fork 118
CI: Add Aiter Release Package CI #1171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a72de66
to
de402a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new GitHub Actions workflow for building and releasing the Aiter Python package. The workflow creates a wheel (.whl) file using a ROCm Docker container and uploads it as an artifact.
Key changes:
- Creates a manual workflow that can build from a specific commit or the current commit
- Uses ROCm 7.0 preview Docker image for building with GPU architecture support
- Implements proper container lifecycle management with cleanup
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
git submodule sync | ||
git submodule update --init --recursive --depth 1 --jobs 4 |
Copilot
AI
Oct 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate submodule update command. The same command is already executed in the conditional checkout step (line 34), making this redundant when a commit is specified.
Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <[email protected]>
No description provided.