-
Notifications
You must be signed in to change notification settings - Fork 730
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
add pytorch mpi mxnet xgboost clientset and update doc #1586
Conversation
Hi @41tair. 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. |
pkg/apis/tensorflow/v1/doc.go
Outdated
@@ -16,5 +16,5 @@ | |||
// +k8s:openapi-gen=true | |||
|
|||
// Package v1 is the v1 version of the API. | |||
// +groupName=kubeflow.org | |||
// +groupName=tensorflow.kubeflow.org |
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.
It may be a block change /cc @kubeflow/wg-training-leads @zw0610
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 it auto-generated or manually? I believe we should keep the group name, even in the documentation.
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 it auto-generated or manually? I believe we should keep the group name, even in the documentation.
This is generated manually, and the code-generator does not generate clientset.This is a workaround.More info in #1501
/ok-to-test |
is there any update? Change the api structure like
or use this pr modification? |
I prefer changing the hierarchy to |
go.mod
Outdated
@@ -1,4 +1,4 @@ | |||
module github.com/kubeflow/training-operator | |||
module github.com/41tair/training-operator |
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.
this modification should be cancelled
@41tair: The following test failed, say
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/test-infra repository. I understand the commands that are listed here. |
Ref: #1592 |
@41tair Can you please update? |
@41tair I would like to include this feature next training-operator release. Do you have any time to work on this PR? Thank you for your contribution! |
I'd like update this pr before Friday,if it will be before this release. |
@41tair Thanks for your response. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 41tair The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
add pytorch mpi mxnet xgboost clientset and fix the confict
Which issue(s) this PR fixes
Fixes #1501