Commit 0443307
authored
feat: model customization v3 release PR (#5358)
* Fine-tuning SDK: SFT, RLVR, and RLAIF techniques with standardized parameter design
* AIRegistry Integration: Added CRUD operations for datasets and evaluators
* Enhanced Training Experience: Implemented MLFlow metrics tracking and deployment workflows1 parent e5c19c9 commit 0443307
File tree
299 files changed
+118726
-28975
lines changed- sagemaker-core
- sample/sagemaker/2017-07-24
- src/sagemaker
- core
- apiutils
- clarify
- config
- deserializers
- experiments
- helper
- image_retriever
- jumpstart
- factory
- local
- mlflow
- model_monitor
- modules
- local_core
- train
- container_drivers/distributed_drivers
- remote_function
- core
- runtime_environment
- s3
- serializers
- shapes
- telemetry
- tools
- training
- utils
- code_injection
- workflow
- lineage
- tests
- integ
- image_retriever
- jumpstart
- unit
- config
- generated
- helper
- interactive_apps
- jumpstart
- hub
- lineage
- local
- model_monitor
- modules
- local_core
- train
- container_drivers/distributed_drivers
- remote_function
- runtime_environment
- serializers
- session
- telemetry
- tools
- utils
- workflow
- sagemaker-mlops
- sagemaker-serve
- src/sagemaker/serve
- tests
- integ
- unit
- sagemaker-train
- example_notebooks/evaluate
- src/sagemaker
- ai_registry
- train
- common_utils
- evaluate
- tests
- integ
- ai_registry
- train
- unit
- ai_registry
- train
- common_utils
- evaluate
- sm_recipes
- tests/integ/sagemaker/modules/evaluate
- v3-examples/model-customization-examples
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
299 files changed
+118726
-28975
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Large diffs are not rendered by default.
Lines changed: 14973 additions & 534 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
0 commit comments