-
Notifications
You must be signed in to change notification settings - Fork 221
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
Provide unified scalable deployment and benchmarking support for exam… #1315
base: main
Are you sure you want to change the base?
Conversation
Dependency Review✅ No vulnerabilities or license issues found.Scanned Files |
eb2087e
to
dee9960
Compare
The scripts looks good to me. But the benchmark folder here is not well adapt to the design philosophy of this Repo. We need to think about where and how to host those benchmark scripts. |
|
||
# Pull and untar the chart | ||
subprocess.run(["helm", "pull", chart_pull_url, "--untar"], check=True) | ||
|
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.
When we are pulling the the chart, should we also add --version parameter to it?
$ helm pull oci://localhost:5000/helm-charts/mychart --version 0.1.0
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 for the comment, added the version support in new version.
54c1ce8
to
29fbb2c
Compare
8867800
to
c7715f4
Compare
…ples Signed-off-by: Cathy Zhang <[email protected]>
35b3cdf
to
67fe6db
Compare
Description
Provide an unified approach to scalable deployment of AI examples in a Kubernetes environment, along with benchmarking.
Issues
This is to fix #1260 .
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.