You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
Documentation (#166) - Progressive disclosure on Index page
* Update telemetry status to be Integer for parity (#130)
Co-authored-by: adishaa <adishaa@amazon.com>
* Release new version for Health Monitoring Agent (1.0.643.0_1.0.192.0) with minor improvements and bug fixes (#137)
* Release new version for Health Monitoring Agent (1.0.674.0_1.0.199.0) with minor improvements and bug fixes. (#139)
* documentation working setup
* training inference documentation changes
* Add more inference examples
* UI changes for documentation
* Change to tabbed view for CLI and SDK
* Change to tabbed view getting started page
* clean up custom css
* fix inference sdk create commands
* Fix sdk and cli commands
* Open example notebook links in new tab
* Fix dark theme text
* Minor doc fixes
* Documentation Feedback Changes, Add Metadata
* Use progressive disclosure on index page
---------
Co-authored-by: adishaa <adishaa@amazon.com>
Co-authored-by: maheshxb <maheshxb@amazon.com>
Co-authored-by: jiayelamazon <jiayel@amazon.com>
SageMaker HyperPod Command Line Interface (CLI) and Software Development Kit (SDK) provide a seamless way to manage distributed training and inference workloads on EKS-orchestrated SageMaker HyperPod clusters—without needing Kubernetes expertise. Use the powerful CLI to launch and monitor training jobs and endpoints, or leverage the Python SDK to do the same programmatically with minimal code, including support for JumpStart models, custom endpoints, and built-in monitoring.
26
+
**Manage distributed Machine Learning workloads on Kubernetes clusters without the complexity.**
27
+
28
+
The SageMaker HyperPod Command Line Interface and SDK simplify distributed training and inference on EKS-orchestrated clusters.
18
29
19
-
## Start Here
30
+
## Quick Start
20
31
21
32
::::{container}
22
-
::::{grid} 1 2 4 4
33
+
::::{grid} 1 2 2 2
23
34
:gutter: 3
24
35
25
36
:::{grid-item-card} Installation
26
37
:link: installation
27
38
:link-type: ref
39
+
:class-card: sd-border-primary
28
40
29
-
Get the CLI/ SDK setup
41
+
**New to HyperPod?** Install the CLI/ SDK in minutes.
30
42
:::
31
43
32
-
:::{grid-item-card} Quickstart
44
+
:::{grid-item-card} Getting Started
33
45
:link: getting_started
34
46
:link-type: ref
47
+
:class-card: sd-border-secondary
35
48
36
-
Beginner's guide to using CLI/ SDK
49
+
**Ready to explore?** Connect to your cluster before running ML workflows.
37
50
:::
38
51
39
-
:::{grid-item-card} Training
40
-
:link: training
41
-
:link-type: ref
52
+
::::
53
+
::::
54
+
55
+
## What You Can Do
56
+
57
+
::::{container}
58
+
::::{grid} 1 1 2 2
59
+
:gutter: 3
60
+
61
+
:::{grid-item-card} Training Workloads
62
+
:class-card: sd-border-success
42
63
43
-
Detailed guide on creating Pytorch training jobs
64
+
**Distributed Training**
65
+
- HyperPodPytorchJob distributed training
66
+
- Multi-node, multi-GPU support
67
+
- Built-in monitoring and logging
68
+
69
+
```{dropdown} Learn More About Training
70
+
:color: success
71
+
:icon: chevron-down
72
+
73
+
- [Training Guide](training.md) - Complete training workflows
74
+
- [Example Notebooks](examples.md) - Hands-on training examples
75
+
- Supported frameworks: PyTorch
76
+
```
44
77
:::
45
78
46
-
:::{grid-item-card} Inference
47
-
:link: inference
48
-
:link-type: ref
79
+
:::{grid-item-card} Inference Endpoints
80
+
:class-card: sd-border-info
81
+
82
+
**Model Serving**
83
+
- Deploy models as scalable endpoints
84
+
- JumpStart model integration
85
+
- Real-time and batch inference
49
86
50
-
Detailed guide on creating, invoking and monitoring endpoints
0 commit comments