-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SDK] Support PyTorchJob as a Trial Worker (#2512)
* [SDK] Support PyTorchJob as Trial Worker Signed-off-by: Andrey Velichkevich <[email protected]> * Fix pod spec for Job Signed-off-by: Andrey Velichkevich <[email protected]> * Set default restart_policy to Never Signed-off-by: Andrey Velichkevich <[email protected]> * Fix primary_container_name for PyTorchJob Signed-off-by: Andrey Velichkevich <[email protected]> * Add unit tests for PyTorchJob as Trial Signed-off-by: Andrey Velichkevich <[email protected]> * Add e2e test for PyTorchJob as Trial Signed-off-by: Andrey Velichkevich <[email protected]> * Bump kubeflow-training SDK Signed-off-by: Andrey Velichkevich <[email protected]> * Deploy Training Operator with server side apply Signed-off-by: Andrey Velichkevich <[email protected]> * Decrease CPUs for E2E Signed-off-by: Andrey Velichkevich <[email protected]> * Install Training Operator for tune workflow Signed-off-by: Andrey Velichkevich <[email protected]> * Fix comments Signed-off-by: Andrey Velichkevich <[email protected]> --------- Signed-off-by: Andrey Velichkevich <[email protected]>
- Loading branch information
1 parent
6389cba
commit 7b46520
Showing
15 changed files
with
395 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,3 +78,6 @@ $RECYCLE.BIN/ | |
|
||
## Vendor dir | ||
vendor | ||
|
||
# Jupyter Notebooks. | ||
**/.ipynb_checkpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.