Skip to content
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

Updating ubi-tag e vllm-tgis-adapter #147

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open

Conversation

fialhocoelho
Copy link

  • Updated vllm-tgis-adapter to v0.4.1 to support the latest vllm v0.5.0.
  • Updated Red Hat Universal Base Image 9 Minimal to the latest 9.4-1227.

z103cb and others added 30 commits August 6, 2024 10:59
fixes RHOAIENG-8043

Co-authored-by: Chih-Chieh-Yang <[email protected]>
Signed-off-by: Thomas Parnell <[email protected]>
- get rid cuda-devel stage, use cuda 12.4
- add build flags
- remove useless installs
add libsodium for tensorizer encryption

---------

Signed-off-by: Prashant Gupta <[email protected]>
Co-authored-by: Daniele <[email protected]>
this is the default when `--worker-use-ray` is not provided and
world-size > 1
dtrifiro and others added 16 commits August 6, 2024 10:59
Sync vllm with upstream/v0.5.5 to odh/main for 2.13
This turns off tracking by default. If someone wants to, they
can simply override this in yaml.
Copy link

openshift-ci bot commented Sep 4, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fialhocoelho

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Sep 4, 2024
Copy link

openshift-ci bot commented Sep 4, 2024

@fialhocoelho: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/rocm-pr-image-mirror 9281890 link true /test rocm-pr-image-mirror
ci/prow/images 9281890 link true /test images
ci/prow/smoke-test 9281890 link true /test smoke-test

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@@ -1,5 +1,5 @@
## Global Args #################################################################
ARG BASE_UBI_IMAGE_TAG=9.4
ARG BASE_UBI_IMAGE_TAG=9.4-1227
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not required, using 9.4 will automatically fetch the latest available version.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dtrifiro IMO it's best to use the specific version tags. Otherwise you have no idea what was actually pulled .. the image contents just depends on when the build happened to run and it isn't reproducible.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to be able to clearly say yes this build is based on this specific UBI image, without having to dig through CI logs or inspect the internal of the built image.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand your reproducibility concern, but unless we configure something like renovate (https://docs.renovatebot.com) to automatically open PRs whenever a new UBI image is available, I think that it'd be better to avoid the overhead of having to bump the version manually as it's something that's easy to be forgotten

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created an issue and will start working on configuring renovate for this repo.

@openshift-merge-robot
Copy link

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Xaenalt pushed a commit that referenced this pull request Sep 18, 2024
* Log more HPU memory metrics during vLLM startup

* Overhaul memory management in HPUGraph capture

* fix percentage in decode buckets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.