File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -54,24 +54,13 @@ SageMaker HyperPod CLI currently supports start training job with:
5454
55551 . Make sure that your local python version is 3.8, 3.9, 3.10 or 3.11.
5656
57- 1 . Install ``` helm ``` .
58-
59- The SageMaker Hyperpod CLI uses Helm to start training jobs. See also the [ Helm installation guide] ( https://helm.sh/docs/intro/install/ ) .
60-
61- ```
62- curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
63- chmod 700 get_helm.sh
64- ./get_helm.sh
65- rm -f ./get_helm.sh
66- ```
67-
68- 1. Clone and install the sagemaker-hyperpod-cli package.
57+ 2 . Install the sagemaker-hyperpod-cli package.
6958
7059 ```
7160 pip install sagemaker-hyperpod
7261 ```
7362
74- 1 . Verify if the installation succeeded by running the following command.
63+ 3 . Verify if the installation succeeded by running the following command.
7564
7665 ```
7766 hyp --help
@@ -207,7 +196,7 @@ hyp invoke hyp-jumpstart-endpoint \
207196
208197```
209198hyp list hyp-jumpstart-endpoint
210- hyp get hyp-jumpstart-endpoint --name endpoint-jumpstart
199+ hyp describe hyp-jumpstart-endpoint --name endpoint-jumpstart
211200```
212201
213202#### Creating a Custom Inference Endpoint
You can’t perform that action at this time.
0 commit comments