-
Notifications
You must be signed in to change notification settings - Fork 14
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
[DOCS] - Building the Development Image Release for VLLM #54
base: main
Are you sure you want to change the base?
Conversation
new docs Signed-off-by: Jeff Fialho <[email protected]>
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.
Thanks, @fialhocoelho. I've left a few suggestions.
``` | ||
- The repository for `vllm-tgis-adapter` is located at: https://github.com/opendatahub-io/vllm-tgis-adapter | ||
|
||
Ensure the correct version is being installed to avoid issues during the build process. |
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.
What is the process to determine the correct version? Is it always the latest? Out in the case of a custom branch of tgis-adapter with extra PRS, what is the process?
``` | ||
**Tip:** We will use this commit hash in changelog documentation. | ||
|
||
### 5. **Fetch the PR from Upstream** |
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.
What is the process to select the PRs to merge into our release?
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.
Thanks, @fialhocoelho. I've left a few suggestions.
Co-authored-by: Maximilien de Bayser <[email protected]> Signed-off-by: Jeff Fialho <[email protected]>
Co-authored-by: Maximilien de Bayser <[email protected]> Signed-off-by: Jeff Fialho <[email protected]>
Editing indentation loop Signed-off-by: Jeff Fialho <[email protected]>
This documentation aims to provide a streamlined process for building the VLLM development image release, outlining steps to integrate updates from upstream and ODH repositories, merge PRs, and trigger the image build. It ensures consistency in handling updates, PR merges, and version control, with clear instructions for verifying key components.