Skip to content

Commit f747fbe

Browse files
zhaoqizqwangnargokul
authored andcommitted
Revert "Bring recipe-supp branch to staging repo (#175)" (#181)
This reverts commit 29313327a11da8b5dc66d75ffee3981ac50f60e5.
1 parent cbb9e7d commit f747fbe

File tree

11 files changed

+4
-1090
lines changed

11 files changed

+4
-1090
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "src/sagemaker/hyperpod/cli/sagemaker_hyperpod_recipes"]
22
path = src/sagemaker/hyperpod/cli/sagemaker_hyperpod_recipes
33
url = https://github.com/aws/sagemaker-hyperpod-recipes.git
4-
branch = release-1.4.0
4+
branch = release-1.3.3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit ce96b513c3033f815d24469f07e2ef0531aaf8d4

src/sagemaker/hyperpod/cli/commands/recipe.py

Lines changed: 0 additions & 355 deletions
This file was deleted.

src/sagemaker/hyperpod/cli/hyp_cli.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
js_get_operator_logs,
3838
custom_get_operator_logs,
3939
)
40-
from sagemaker.hyperpod.cli.commands.recipe import recipe_init, recipe_configure,recipe_validate, recipe_submit, find_recipe
4140

4241
from sagemaker.hyperpod.cli.commands.init import (
4342
init,
@@ -181,12 +180,6 @@ def get_operator_logs():
181180
cli.add_command(create_cluster_stack)
182181
cli.add_command(update_cluster)
183182
cli.add_command(describe)
184-
cli.add_command(recipe_init)
185-
cli.add_command(recipe_configure)
186-
cli.add_command(recipe_validate)
187-
cli.add_command(recipe_submit)
188-
cli.add_command(find_recipe)
189-
190183

191184
if __name__ == "__main__":
192185
cli()

src/sagemaker/hyperpod/cli/recipe_utils/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)