-
Notifications
You must be signed in to change notification settings - Fork 53
Change kubeflow plugins to allow settings specs for different replica #345
Conversation
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
cc @fg91 you are also working on this file |
Signed-off-by: Yubo Wang <[email protected]>
Signed-off-by: Yubo Wang <[email protected]>
Signed-off-by: Yubo Wang <[email protected]>
3a53e39
to
4da8c4f
Compare
Signed-off-by: Yubo Wang <[email protected]>
Signed-off-by: Yubo Wang <[email protected]>
28b5e43
to
9626895
Compare
Signed-off-by: Yubo Wang <[email protected]>
Signed-off-by: Yubo Wang <[email protected]>
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.
Only nit - can we add docs to the function headers? It's something we trying to be more strict about.
Codecov Report
@@ Coverage Diff @@
## master #345 +/- ##
==========================================
+ Coverage 62.76% 64.13% +1.37%
==========================================
Files 148 148
Lines 12444 10269 -2175
==========================================
- Hits 7810 6586 -1224
+ Misses 4038 3074 -964
- Partials 596 609 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Yubo Wang <[email protected]>
Signed-off-by: Yubo Wang <[email protected]>
Congrats on merging your first pull request! 🎉 |
…#345) * change pytorch plugin to accept new pytorch task idl Signed-off-by: Yubo Wang <[email protected]> * merge elastic config in Signed-off-by: Yubo Wang <[email protected]> * add unit tests for pytorch Signed-off-by: Yubo Wang <[email protected]> * add tfjob Signed-off-by: Yubo Wang <[email protected]> * add mpi job Signed-off-by: Yubo Wang <[email protected]> * add test to commone operator Signed-off-by: Yubo Wang <[email protected]> * update flyteidl Signed-off-by: Yubo Wang <[email protected]> * add function header comments Signed-off-by: Yubo Wang <[email protected]> * fix lint Signed-off-by: Yubo Wang <[email protected]> --------- Signed-off-by: Yubo Wang <[email protected]> Co-authored-by: Yubo Wang <[email protected]>
TL;DR
Change kubeflow plugins to allow settings specs for different replica. The settings include: images, resources, command(mpi only), restart policy for different replica groups.
Corresponding PR in flyteidl: flyteorg/flyteidl#386
Type
Are all requirements met?
Tracking Issue
fixes flyteorg/flyte#3308