-
Notifications
You must be signed in to change notification settings - Fork 972
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
Optimize e2e runtime: reduce pytorch-plugin image download time #2691
Optimize e2e runtime: reduce pytorch-plugin image download time #2691
Conversation
844b788
to
1d6293e
Compare
9ac6b20
to
e19fde2
Compare
2d55e9a
to
2daac92
Compare
/retest |
…mage warehouse to improve the image download speed Signed-off-by: wangyang <wangyang8126@gmail.com>
Signed-off-by: wangyang <wangyang8126@gmail.com>
…ad the required image through the virtual node in the kind Signed-off-by: wangyang <wangyang8126@gmail.com>
2daac92
to
f1202e3
Compare
It's great to replace to image to reduce the e2e time. |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: william-wang 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 |
It takes too long for e2e to run the pytorch plugin use case, basically between 300s and 600s, as follows:
pytorch-mnist:v1beta1-45c5727
is changed topytorch-mnist:v1beta1-9ee8fda
, and the image size is reduced from 1.2 GB to 600 MB.