Skip to content

Commit d43b786

Browse files
committed
fix path for sagemaker_launcher_dir
1 parent 26d4d38 commit d43b786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperpod_cli/constants/command_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
HYPERPOD_NAMESPACE_PREFIX = "hyperpod-ns-"
4343
SAGEMAKER_MANAGED_LOCAL_QUEUE_SUFFIX = "-localqueue"
4444
SAGEMAKER_MANAGED_CLUSTER_QUEUE_SUFFIX = "-clusterqueue"
45-
SAGEMAKER_TRAINING_LAUNCHER_DIR = str(Path("./src/hyperpod_cli/sagemaker_hyperpod_recipes").resolve())
45+
SAGEMAKER_TRAINING_LAUNCHER_DIR = str(Path("./sagemaker-hyperpod-cli/src/hyperpod_cli/sagemaker_hyperpod_recipes").resolve())
4646
NVIDIA_GPU_RESOURCE_LIMIT_KEY = "nvidia.com/gpu"
4747
AVAILABLE_ACCELERATOR_DEVICES_KEY = "AvailableAcceleratorDevices"
4848
TOTAL_ACCELERATOR_DEVICES_KEY = "TotalAcceleratorDevices"

0 commit comments

Comments
 (0)