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:
54
54
55
55
1 . Make sure that your local python version is 3.8, 3.9, 3.10 or 3.11.
56
56
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.
69
58
70
59
```
71
60
pip install sagemaker-hyperpod
72
61
```
73
62
74
- 1 . Verify if the installation succeeded by running the following command.
63
+ 3 . Verify if the installation succeeded by running the following command.
75
64
76
65
```
77
66
hyp --help
@@ -207,7 +196,7 @@ hyp invoke hyp-jumpstart-endpoint \
207
196
208
197
```
209
198
hyp list hyp-jumpstart-endpoint
210
- hyp get hyp-jumpstart-endpoint --name endpoint-jumpstart
199
+ hyp describe hyp-jumpstart-endpoint --name endpoint-jumpstart
211
200
```
212
201
213
202
#### Creating a Custom Inference Endpoint
You can’t perform that action at this time.
0 commit comments