-
Notifications
You must be signed in to change notification settings - Fork 59
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
Update GMC manifest changes and misc fixes #564
Conversation
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.
LGTM
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.
Why do we have names that do not match like image: "opea/vllm-hpu:latest" and its yaml file called vllm_gaudi.yaml?
microservices-connector/config/manifests/llm-uservice_vllm.yaml
Outdated
Show resolved
Hide resolved
@@ -23,6 +23,9 @@ data: | |||
HABANA_LOGS: "/tmp/habana_logs" |
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.
is this a gaudi service? what is nv in tgi_nv.yaml?
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.
good catch. We'll clean up later. Let's get this PR in first to unblock the error of running update_manifest.sh
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.
PR #567 should fix this
- Run as the default user of vllm upstream image since the upstream doesn't support run as non-default user - Adpat llm-uservice's vllm-values.yaml to ci-vllm-gaudi-values.yaml to enable CI on gaudi instead of xeon because of test speed Signed-off-by: Lianhao Lu <[email protected]>
Signed-off-by: Lianhao Lu <[email protected]>
298b24a
to
775fda6
Compare
Description
Issues
n/a
.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.