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
doc: Add comprehensive V3 documentation with enhanced UI (#5448)
- Add complete documentation structure for SageMaker Python SDK V3
- Implement eye-catching card-based UI for 'What's New' section
- Position model customization as flagship V3 feature with prominent highlighting
- Add comprehensive content for training, inference, ML ops, and core modules
- Include collapsed navigation with model customization emphasis
- Set up ReadTheDocs configuration and Sphinx documentation system
- Add installation guide, quickstart, and overview pages
- Link to staging repository examples and notebooks
Co-authored-by: adishaa <adishaa@amazon.com>
Copy file name to clipboardExpand all lines: docs/model_customization/index.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
Model Customization
2
2
===================
3
3
4
+
.. raw:: html
5
+
6
+
<divclass="v3-exclusive-feature">
7
+
<strong>🆕 V3 EXCLUSIVE FEATURE</strong><br>
8
+
Model customization with specialized trainers is only available in SageMaker Python SDK V3.
9
+
This powerful capability was built from the ground up for foundation model fine-tuning.
10
+
</div>
11
+
4
12
SageMaker Python SDK V3 revolutionizes foundation model fine-tuning with specialized trainer classes, making it easier than ever to customize large language models and foundation models for your specific use cases. This modern approach provides powerful fine-tuning capabilities while maintaining simplicity and performance.
0 commit comments