Skip to content

Commit 8fbf186

Browse files
committed
docs: update CHANGELOG
1 parent efe4412 commit 8fbf186

5 files changed

Lines changed: 5 additions & 62 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- update urllib3 to 2.6.3
1414
- update boto3 to 1.35.0
1515
- update qs to 6.14.1
16+
- upgrade Python version from 3.8 to 3.11
1617

1718
## v2.1.1
1819

Lines changed: 1 addition & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bedrock-finetuning
2-
path: modules/fmops/bedrock-finetuning
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/fmops/bedrock-finetuning?ref=release/2.1.1&depth=1
33
targetAccount: primary
44
parameters:
55
- name: bedrock-base-model-ID
@@ -18,61 +18,3 @@ parameters:
1818
key: PrivateSubnetIds
1919
- name: removal-policy
2020
value: DESTROY
21-
---
22-
name: studio
23-
path: modules/sagemaker/sagemaker-studio
24-
targetAccount: primary
25-
parameters:
26-
- name: vpc_id
27-
valueFrom:
28-
moduleMetadata:
29-
group: networking
30-
name: networking
31-
key: VpcId
32-
- name: subnet_ids
33-
valueFrom:
34-
moduleMetadata:
35-
group: networking
36-
name: networking
37-
key: PrivateSubnetIds
38-
- name: data_science_users
39-
value:
40-
- ds-user-1
41-
- name: lead_data_science_users
42-
value:
43-
- lead-ds-user-1
44-
- name: server_lifecycle_name
45-
value: studio-auto-shutdown
46-
- name: studio_bucket_name
47-
value: mlops-*
48-
- name: retain_efs
49-
value: 'False'
50-
- name: enable_domain_resource_isolation
51-
value: 'False'
52-
---
53-
name: deepseek-jumpstart
54-
path: modules/fmops/sagemaker-jumpstart-fm-endpoint
55-
targetAccount: primary
56-
parameters:
57-
- name: jump-start-model-name
58-
value: DEEPSEEK_LLM_R1_DISTILL_LLAMA_8B_1_1_2
59-
- name: instance-type
60-
value: ml.g6.12xlarge
61-
- name: vpc_id
62-
valueFrom:
63-
moduleMetadata:
64-
group: networking
65-
name: networking
66-
key: VpcId
67-
- name: subnet_ids
68-
valueFrom:
69-
moduleMetadata:
70-
group: networking
71-
name: networking
72-
key: PrivateSubnetIds
73-
---
74-
name: eks
75-
path: modules/agents/eks-strands-agents-demo
76-
parameters:
77-
- name: EksClusterName
78-
value: eks-strands-agents-demo

manifests/deepseek-sagemaker/sagemaker-endpoints-modules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: deepseek-jumpstart
2-
path: modules/fmops/sagemaker-jumpstart-fm-endpoint
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/fmops/sagemaker-jumpstart-fm-endpoint?ref=release/2.1.1&depth=1
33
targetAccount: primary
44
parameters:
55
- name: jump-start-model-name

manifests/deepseek-sagemaker/sagemaker-studio-modules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: studio
2-
path: modules/sagemaker/sagemaker-studio
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-studio?ref=release/2.1.1&depth=1
33
targetAccount: primary
44
parameters:
55
- name: vpc_id
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: eks
2-
path: modules/agents/eks-strands-agents-demo
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/agents/eks-strands-agents-demo?ref=release/2.1.1&depth=1
33
parameters:
44
- name: EksClusterName
55
value: eks-strands-agents-demo

0 commit comments

Comments
 (0)