-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
chore: Updating Pytorch-Launcher component to work with pipelines v2 #11273
Conversation
Hi @Fiona-Waters. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
@terrytangyuan maybe you could help with the training-operator related error I am getting here. Any advice would be really appreciated. Thank you. |
Can you print out |
Sure. Running it quickly locally it looks like this:
I can try to log it out when running on KinD later today. |
This is what the serialized job looks like. Kind is present.
|
@HumairAK would really appreciate if you could review this if/when you have time, please. |
Thank you for your work on this! I left some comments. |
Thanks for you contribution, @Fiona-Waters ! /lgtm |
some nits above, otherwise happy to approve once addressed |
components/contrib/kubeflow/pytorch-launcher/src/launch_pytorchjob.py
Outdated
Show resolved
Hide resolved
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
The latest commits address all the requested changes.
@Shreyanand: changing LGTM is restricted to collaborators In response to this:
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/test-infra repository. |
Signed-off by: Fiona-Waters fiwaters6@gmail.com Signed-off-by: Fiona Waters <fiwaters6@gmail.com>
6ca990f
to
221190f
Compare
Thanks @Fiona-Waters! This is great! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: HumairAK, Shreyanand 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 |
Description of your changes:
This PR will resolve kubeflow/training-operator#2068
I have updated the pytorch launcher component to use v2 constructs.
I have also updated the pytorch launcher component to use kubeflow training-operator TrainingClient.
Checklist: