Skip to content

Commit ace360e

Browse files
chore(deps): upgrade list of models and DLC images (#1211)
* chore(deps): upgrade list of models and DLC images Upgrade list of models and DLC images. See details in [workflow run]. [Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/20117553617 ------ *Automatically created by projen via the "code-generation" workflow* Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: self mutation Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7689f4a commit ace360e

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

apidocs/@cdklabs/namespaces/sagemaker_deployment/classes/JumpStartModel.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14052,6 +14052,12 @@
1405214052

1405314053
***
1405414054

14055+
### HUGGINGFACE\_LLM\_QWEN2\_5\_32B\_INSTRUCT\_1\_25\_0
14056+
14057+
> `readonly` `static` **HUGGINGFACE\_LLM\_QWEN2\_5\_32B\_INSTRUCT\_1\_25\_0**: `JumpStartModel`
14058+
14059+
***
14060+
1405514061
### HUGGINGFACE\_LLM\_QWEN2\_5\_32B\_INSTRUCT\_1\_3\_0
1405614062

1405714063
> `readonly` `static` **HUGGINGFACE\_LLM\_QWEN2\_5\_32B\_INSTRUCT\_1\_3\_0**: `JumpStartModel`
@@ -14634,6 +14640,12 @@
1463414640

1463514641
***
1463614642

14643+
### HUGGINGFACE\_LLM\_QWEN2\_5\_7B\_INSTRUCT\_1\_25\_0
14644+
14645+
> `readonly` `static` **HUGGINGFACE\_LLM\_QWEN2\_5\_7B\_INSTRUCT\_1\_25\_0**: `JumpStartModel`
14646+
14647+
***
14648+
1463714649
### HUGGINGFACE\_LLM\_QWEN2\_5\_7B\_INSTRUCT\_1\_3\_0
1463814650

1463914651
> `readonly` `static` **HUGGINGFACE\_LLM\_QWEN2\_5\_7B\_INSTRUCT\_1\_3\_0**: `JumpStartModel`

src/patterns/gen-ai/aws-model-deployment-sagemaker/jumpstart-model.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,6 +2347,7 @@ export class JumpStartModel {
23472347
public static readonly HUGGINGFACE_LLM_QWEN2_5_14B_INSTRUCT_1_0_2 = this.of('HUGGINGFACE_LLM_QWEN2_5_14B_INSTRUCT_1_0_2');
23482348
public static readonly HUGGINGFACE_LLM_QWEN2_5_14B_INSTRUCT_1_0_1 = this.of('HUGGINGFACE_LLM_QWEN2_5_14B_INSTRUCT_1_0_1');
23492349
public static readonly HUGGINGFACE_LLM_QWEN2_5_14B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_14B_INSTRUCT_1_0_0');
2350+
public static readonly HUGGINGFACE_LLM_QWEN2_5_32B_INSTRUCT_1_25_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_32B_INSTRUCT_1_25_0');
23502351
public static readonly HUGGINGFACE_LLM_QWEN2_5_32B_INSTRUCT_1_24_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_32B_INSTRUCT_1_24_0');
23512352
public static readonly HUGGINGFACE_LLM_QWEN2_5_32B_INSTRUCT_1_23_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_32B_INSTRUCT_1_23_0');
23522353
public static readonly HUGGINGFACE_LLM_QWEN2_5_32B_INSTRUCT_1_22_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_32B_INSTRUCT_1_22_0');
@@ -2444,6 +2445,7 @@ export class JumpStartModel {
24442445
public static readonly HUGGINGFACE_LLM_QWEN2_5_72B_INSTRUCT_1_0_2 = this.of('HUGGINGFACE_LLM_QWEN2_5_72B_INSTRUCT_1_0_2');
24452446
public static readonly HUGGINGFACE_LLM_QWEN2_5_72B_INSTRUCT_1_0_1 = this.of('HUGGINGFACE_LLM_QWEN2_5_72B_INSTRUCT_1_0_1');
24462447
public static readonly HUGGINGFACE_LLM_QWEN2_5_72B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_72B_INSTRUCT_1_0_0');
2448+
public static readonly HUGGINGFACE_LLM_QWEN2_5_7B_INSTRUCT_1_25_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_7B_INSTRUCT_1_25_0');
24472449
public static readonly HUGGINGFACE_LLM_QWEN2_5_7B_INSTRUCT_1_24_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_7B_INSTRUCT_1_24_0');
24482450
public static readonly HUGGINGFACE_LLM_QWEN2_5_7B_INSTRUCT_1_23_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_7B_INSTRUCT_1_23_0');
24492451
public static readonly HUGGINGFACE_LLM_QWEN2_5_7B_INSTRUCT_1_22_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_7B_INSTRUCT_1_22_0');

src/patterns/gen-ai/aws-model-deployment-sagemaker/jumpstart-models.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)