Skip to content

Commit a31a137

Browse files
committed
FIX README DOCUMENTATION ISSUES
**Description** - Fixed duplicate mount paths in training job example (changed second volume from /data to /output_data) - Removed outdated Helm installation requirement for HyperPod CLI V3 - Fixed step numbering in installation section (1, 2, 3 instead of 1, 1, 1) - Simplified installation process by removing unnecessary Helm setup steps **Testing Done** N/A
1 parent f747815 commit a31a137

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,24 +54,13 @@ SageMaker HyperPod CLI currently supports start training job with:
5454

5555
1. 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
```
209198
hyp 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

0 commit comments

Comments
 (0)