Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
223af40
Update telemetry status to be Integer for parity (#130)
Aditi2424 Jul 18, 2025
cf77296
Release new version for Health Monitoring Agent (1.0.643.0_1.0.192.0)…
maheshxb Jul 18, 2025
0342f60
Release new version for Health Monitoring Agent (1.0.674.0_1.0.199.0)…
jiayelamazon Jul 18, 2025
8bbdf56
documentation working setup
adishaa Jul 21, 2025
1d475e9
training inference documentation changes
adishaa Jul 22, 2025
211bbba
Merge branch 'documentation' into documentation
Aditi2424 Jul 22, 2025
0eb80de
Add more inference examples
adishaa Jul 22, 2025
1332bcd
Merge branch 'documentation' into documentation
Aditi2424 Jul 22, 2025
c56bcac
UI changes for documentation
adishaa Jul 23, 2025
d4b9454
Merge branch 'documentation' into documentation
Aditi2424 Jul 23, 2025
f6936a7
Change to tabbed view for CLI and SDK
adishaa Jul 23, 2025
843296f
Change to tabbed view getting started page
adishaa Jul 23, 2025
532de64
clean up custom css
adishaa Jul 23, 2025
b79c67e
Merge branch 'documentation' into documentation
Aditi2424 Jul 23, 2025
f41a14b
fix inference sdk create commands
adishaa Jul 23, 2025
8382963
Fix sdk and cli commands
adishaa Jul 24, 2025
044119d
Merge branch 'documentation' into documentation
Aditi2424 Jul 24, 2025
13dcbad
Open example notebook links in new tab
adishaa Jul 25, 2025
f905c07
Fix dark theme text
adishaa Jul 25, 2025
00d4d55
Merge branch 'documentation' into documentation
Aditi2424 Jul 25, 2025
6e33bea
Minor doc fixes
adishaa Jul 25, 2025
d710dfd
Merge branch 'documentation' into documentation
Aditi2424 Jul 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ SageMaker HyperPod Command Line Interface (CLI) and Software Development Kit (SD

## Start Here

## Start Here

::::{container}
::::{grid} 1 2 4 4
:gutter: 3
Expand Down
3 changes: 1 addition & 2 deletions doc/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ SageMaker HyperPod training jobs allow you to:
- Set up node selection with label selectors
- Manage job scheduling and priorities
- Mount volumes and persistent volume claims
- Store model artifacts in S3

## Creating Training Jobs

Expand All @@ -41,7 +40,7 @@ hyp create hyp-pytorch-job \
--max-retry 3 \
--volumes '[data-vol, model-vol, checkpoint-vol]' \
--persistent-volume-claims '[shared-data-pvc, model-registry-pvc]' \
--output-s3-uri s3://my-bucket/model-artifacts

```
````
````{tab-item} SDK
Expand Down