Commit 757d4ec
Init experience template agnostic change (TODO: CFN) (#241)
* decouple template from src code
* update unit tests for init
* remove field validator from SDK pydantic model, fix minor parsing problem with list, update kubernetes_version type from str to float
* Update pyproject.toml for cluster stack template to include json, update read_only to be boolean
* change type handler from class to module functions, change some public function to private, update unit tests
* update create for pytorch job template, remove redundant integ test code for init1 parent 6ed3031 commit 757d4ec
File tree
19 files changed
+1365
-875
lines changed- hyperpod-cluster-stack-template
- hyperpod_cluster_stack_template
- v1_0
- hyperpod-pytorch-job-template/hyperpod_pytorch_job_template
- v1_0
- v1_1
- src/sagemaker/hyperpod
- cli
- commands
- constants
- cluster_management
- test
- integration_tests/init
- unit_tests
- cli
- cluster_management
19 files changed
+1365
-875
lines changedLines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
0 commit comments