You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidate debug flag to show kubernates exception (#335)
* set template-version flag to optional for cluster create, add support for efa for pytorch job, remove default request and limits when instance type is none
* fix gpu allocation validation error
* remove redundant
* fix unit test and expand logic to memory and vcpu field
* Follow up on merge conflict in release
* consolidate all debug flags to show kubernates exception
* Revert "Follow up on merge conflict in release"
This reverts commit c816838.
* fix unit and integ test for space
* fix more unit test for space
* change dependency for delete in init integ test
Copy file name to clipboardExpand all lines: src/sagemaker/hyperpod/cli/commands/init.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -274,8 +274,9 @@ def validate():
274
274
@click.command(name="_default_create")
275
275
@click.option("--region", "-r", default=None, help="Region to create cluster stack for, default to your region in aws configure. Not available for other templates.")
276
276
@click.option("--template-version", type=click.INT, help="Version number of cluster creation template. Not available for other templates.")
0 commit comments