Commit 0fd2bef
Release tg (#209)
* Add labels to the top level metadata (#158)
Co-authored-by: pintaoz <[email protected]>
* Implemented GPU Quota Allocation Feature.
Co-authored-by: aleszewi <[email protected]>
* Revert "Implemented GPU Quota Allocation Feature."
This reverts commit 790b8f1df59494a982463aaed9e5b3f2afa44123.
* Fix: Template issue - pick user defined template version (#154)
* Fix: Template issue - pick user defined template version
* Fix: Template issue - pick user defined template version & add topology labels in 1.1
* Fix: Template issue - pick user defined template version & add topology labels in 1.1
---------
Co-authored-by: Roja Reddy Sareddy <[email protected]>
* Fix: Add __init__ to the new schema (#163)
* Fix: Template issue - pick user defined template version
* Fix: Template issue - pick user defined template version & add topology labels in 1.1
* Fix: Template issue - pick user defined template version & add topology labels in 1.1
* Fix: Add __init__ to load the new schema
---------
Co-authored-by: Roja Reddy Sareddy <[email protected]>
* Add labels and annotations to top level metadata v1.1 (#165)
* Add labels to top level metadata v1.1
* Move topology labels to annotations
* Update topology parameter names
* Add unit test
---------
Co-authored-by: pintaoz <[email protected]>
* Added GPU quota allocation.
Co-authored-by: aleszewi <[email protected]>
* Changed neuron key to neurondevice. (#177)
Co-authored-by: Marta Aleszewicz <[email protected]>
* fix: Renamed memory-in-gib to memory for consistency. (#179)
cr: https://code.amazon.com/reviews/CR-214599587
Co-authored-by: Marta Aleszewicz <[email protected]>
* Add validation to topology labels (#178)
* Add validation to topology labels
* Add validation to topology labels
* Add validation to topology labels
---------
Co-authored-by: Roja Reddy Sareddy <[email protected]>
* Add integ tests for topology annotations (#180)
* Add labels to top level metadata v1.1
* Move topology labels to annotations
* Update topology parameter names
* Add unit test
* Topology integ tests
* Add invalid test case
* Add empty test case
---------
Co-authored-by: pintaoz <[email protected]>
* Add integration tests for gpu quota allocation feature (#184)
* add integration tests for gpu quota allocation feature
* add valueError assertions for invalid test cases
* Updating the CHANGELOG and minor version
---------
Co-authored-by: pintaoz-aws <[email protected]>
Co-authored-by: pintaoz <[email protected]>
Co-authored-by: Marta Aleszewicz <[email protected]>
Co-authored-by: rsareddy0329 <[email protected]>
Co-authored-by: Roja Reddy Sareddy <[email protected]>
Co-authored-by: mx26pol <[email protected]>
Co-authored-by: satish Kumar <[email protected]>1 parent d16d1b3 commit 0fd2bef
File tree
27 files changed
+2689
-233
lines changed- hyperpod-custom-inference-template
- hyperpod-jumpstart-inference-template
- hyperpod-pytorch-job-template
- hyperpod_pytorch_job_template
- v1_0
- v1_1
- src/sagemaker/hyperpod
- cli
- commands
- common/config
- training
- test
- integration_tests/training/cli
- unit_tests/cli
27 files changed
+2689
-233
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| 356 | + | |
356 | 357 | | |
357 | 358 | | |
358 | 359 | | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments