File tree Expand file tree Collapse file tree 11 files changed +52
-10
lines changed
hyperpod-cluster-stack-template
hyperpod-custom-inference-template
hyperpod-jumpstart-inference-template
hyperpod-pytorch-job-template Expand file tree Collapse file tree 11 files changed +52
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v.3.3.1 (2025-10-30)
4+
5+ ### Features
6+
7+ * Describe cluster command
8+ * User can use hyp describe cluster to learn more info about hp clusters
9+ * Jinja template handling logic for inference and training
10+ * User can modify jinja template to add parameters supported by CRD through init experience of inference and training, for further CLI customization
11+ * Cluster creation template versioning
12+ * User can choose cloudformation template version through cluster creation expeirence
13+ * KVCache and intelligent routing for HyperPod Inference
14+ * InferenceEndpointConfig CRD supported is updated to v1
15+ * KVCache and Intelligent Routing support is added in template version 1.1
16+
17+
318## v.3.3.0 (2025-09-23)
419
520### Features
Original file line number Diff line number Diff line change 1+ ## v1.0.2 (2025-10-30)
2+
3+ ### Features
4+
5+ * User can choose cloudformation template version with optional parameter --template-version
6+
7+
8+
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " hyperpod-cluster-stack-template"
7- version = " 1.0.1 "
7+ version = " 1.0.2 "
88readme = " README.md"
99authors = [{name = " Amazon Web Services" }]
1010license = {text = " Apache-2.0" }
Original file line number Diff line number Diff line change 1- ## v1.0.1] ([ 2025] -[ 08] -[ 27] )
1+ ## v1.1.0 (2025-10-30)
2+
3+ ### Features
4+
5+ * Support KVCache and Intelligent Routing support in template version 1.1
6+ * User can modify jinja template to add parameters supported by CRD through init experience, for further CLI customization
7+
8+ ## v1.0.1 (2025-08-27)
29
310### Features
411
512* Add metadata_name argument to js and custom endpoint to match with SDK
613
7- ## v1.0.0] ( [ 2025] - [ 07 ] - [ 10 ] )
14+ ## v1.0.0 ( 2025-07-10 )
815
916### Features
1017
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " hyperpod-custom-inference-template"
7- version = " 1.0.2 "
7+ version = " 1.1.0 "
88readme = " README.md"
99authors = [{name = " Amazon Web Services" }]
1010license = {text = " Apache-2.0" }
Original file line number Diff line number Diff line change 1- ## v1.0.1] ([ 2025] -[ 08] -[ 27] )
1+ ## v1.0.3 (2025-10-30)
2+
3+ ### Features
4+
5+ * User can modify jinja template to add parameters supported by CRD through init experience, for further CLI customization
6+
7+ ## v1.0.1 (2025-08-27)
28
39### Features
410
511* Add metadata_name argument to js and custom endpoint to match with SDK
612
7- ## v1.0.0] ( [ 2025] - [ 07 ] - [ 10 ] )
13+ ## v1.0.0 ( 2025-07-10 )
814
915### Features
1016
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " hyperpod-jumpstart-inference-template"
7- version = " 1.0.2 "
7+ version = " 1.0.3 "
88readme = " README.md"
99authors = [{name = " Amazon Web Services" }]
1010license = {text = " Apache-2.0" }
Original file line number Diff line number Diff line change 1+ ## v1.1.4 (2025-10-30)
2+
3+ ### Features
4+
5+ * User can modify jinja template to add parameters supported by CRD through init experience, for further CLI customization
6+
17## v1.1.2 (2025-09-10)
28
39### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " hyperpod-pytorch-job-template"
7- version = " 1.1.3 "
7+ version = " 1.1.4 "
88readme = " README.md"
99authors = [{name = " Amazon Web Services" }]
1010license = {text = " Apache-2.0" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66dynamic = [" dependencies" ]
77name = " sagemaker-hyperpod"
8- version = " 3.3.0 "
8+ version = " 3.3.1 "
99description = " Amazon SageMaker HyperPod SDK and CLI"
1010readme = " README.md"
1111requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments