Skip to content

Commit 93050fb

Browse files
emerging-tech-cdk-constructs-botgithub-actions
and
github-actions
authored
chore(deps): upgrade list of models and DLC images (#1040)
Upgrade list of models and DLC images. See details in [workflow run]. [Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/14072603769 ------ *Automatically created by projen via the "code-generation" workflow* Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 9a99ea6 commit 93050fb

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

apidocs/classes/JumpStartModel.md

+42
Original file line numberDiff line numberDiff line change
@@ -7800,6 +7800,42 @@
78007800

78017801
***
78027802

7803+
### HUGGINGFACE\_LLM\_QWEN2\_5\_14B\_INSTRUCT\_1\_0\_0
7804+
7805+
> `readonly` `static` **HUGGINGFACE\_LLM\_QWEN2\_5\_14B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
7806+
7807+
***
7808+
7809+
### HUGGINGFACE\_LLM\_QWEN2\_5\_32B\_INSTRUCT\_1\_0\_0
7810+
7811+
> `readonly` `static` **HUGGINGFACE\_LLM\_QWEN2\_5\_32B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
7812+
7813+
***
7814+
7815+
### HUGGINGFACE\_LLM\_QWEN2\_5\_72B\_INSTRUCT\_1\_0\_0
7816+
7817+
> `readonly` `static` **HUGGINGFACE\_LLM\_QWEN2\_5\_72B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
7818+
7819+
***
7820+
7821+
### HUGGINGFACE\_LLM\_QWEN2\_5\_7B\_INSTRUCT\_1\_0\_0
7822+
7823+
> `readonly` `static` **HUGGINGFACE\_LLM\_QWEN2\_5\_7B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
7824+
7825+
***
7826+
7827+
### HUGGINGFACE\_LLM\_QWEN2\_5\_CODER\_32B\_INSTRUCT\_1\_0\_0
7828+
7829+
> `readonly` `static` **HUGGINGFACE\_LLM\_QWEN2\_5\_CODER\_32B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
7830+
7831+
***
7832+
7833+
### HUGGINGFACE\_LLM\_QWEN2\_5\_CODER\_7B\_INSTRUCT\_1\_0\_0
7834+
7835+
> `readonly` `static` **HUGGINGFACE\_LLM\_QWEN2\_5\_CODER\_7B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
7836+
7837+
***
7838+
78037839
### HUGGINGFACE\_LLM\_QWEN2\_7B\_1\_0\_0
78047840

78057841
> `readonly` `static` **HUGGINGFACE\_LLM\_QWEN2\_7B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -7884,6 +7920,12 @@
78847920

78857921
***
78867922

7923+
### HUGGINGFACE\_LLM\_QWQ\_32B\_1\_0\_0
7924+
7925+
> `readonly` `static` **HUGGINGFACE\_LLM\_QWQ\_32B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
7926+
7927+
***
7928+
78877929
### HUGGINGFACE\_LLM\_RINNA\_3\_6B\_INSTRUCTION\_PPO\_BF16\_1\_0\_0
78887930

78897931
> `readonly` `static` **HUGGINGFACE\_LLM\_RINNA\_3\_6B\_INSTRUCTION\_PPO\_BF16\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)

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

+7
Original file line numberDiff line numberDiff line change
@@ -1337,6 +1337,12 @@ export class JumpStartModel {
13371337
public static readonly HUGGINGFACE_LLM_QWEN2_1_5B_INSTRUCT_1_0_2 = this.of('HUGGINGFACE_LLM_QWEN2_1_5B_INSTRUCT_1_0_2');
13381338
public static readonly HUGGINGFACE_LLM_QWEN2_1_5B_INSTRUCT_1_0_1 = this.of('HUGGINGFACE_LLM_QWEN2_1_5B_INSTRUCT_1_0_1');
13391339
public static readonly HUGGINGFACE_LLM_QWEN2_1_5B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_QWEN2_1_5B_INSTRUCT_1_0_0');
1340+
public static readonly HUGGINGFACE_LLM_QWEN2_5_14B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_14B_INSTRUCT_1_0_0');
1341+
public static readonly HUGGINGFACE_LLM_QWEN2_5_32B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_32B_INSTRUCT_1_0_0');
1342+
public static readonly HUGGINGFACE_LLM_QWEN2_5_72B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_72B_INSTRUCT_1_0_0');
1343+
public static readonly HUGGINGFACE_LLM_QWEN2_5_7B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_7B_INSTRUCT_1_0_0');
1344+
public static readonly HUGGINGFACE_LLM_QWEN2_5_CODER_32B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_CODER_32B_INSTRUCT_1_0_0');
1345+
public static readonly HUGGINGFACE_LLM_QWEN2_5_CODER_7B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_QWEN2_5_CODER_7B_INSTRUCT_1_0_0');
13401346
public static readonly HUGGINGFACE_LLM_QWEN2_7B_1_0_6 = this.of('HUGGINGFACE_LLM_QWEN2_7B_1_0_6');
13411347
public static readonly HUGGINGFACE_LLM_QWEN2_7B_1_0_5 = this.of('HUGGINGFACE_LLM_QWEN2_7B_1_0_5');
13421348
public static readonly HUGGINGFACE_LLM_QWEN2_7B_1_0_4 = this.of('HUGGINGFACE_LLM_QWEN2_7B_1_0_4');
@@ -1351,6 +1357,7 @@ export class JumpStartModel {
13511357
public static readonly HUGGINGFACE_LLM_QWEN2_7B_INSTRUCT_1_0_2 = this.of('HUGGINGFACE_LLM_QWEN2_7B_INSTRUCT_1_0_2');
13521358
public static readonly HUGGINGFACE_LLM_QWEN2_7B_INSTRUCT_1_0_1 = this.of('HUGGINGFACE_LLM_QWEN2_7B_INSTRUCT_1_0_1');
13531359
public static readonly HUGGINGFACE_LLM_QWEN2_7B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_QWEN2_7B_INSTRUCT_1_0_0');
1360+
public static readonly HUGGINGFACE_LLM_QWQ_32B_1_0_0 = this.of('HUGGINGFACE_LLM_QWQ_32B_1_0_0');
13541361
public static readonly HUGGINGFACE_LLM_RINNA_3_6B_INSTRUCTION_PPO_BF16_2_1_7 = this.of('HUGGINGFACE_LLM_RINNA_3_6B_INSTRUCTION_PPO_BF16_2_1_7');
13551362
public static readonly HUGGINGFACE_LLM_RINNA_3_6B_INSTRUCTION_PPO_BF16_2_1_6 = this.of('HUGGINGFACE_LLM_RINNA_3_6B_INSTRUCTION_PPO_BF16_2_1_6');
13561363
public static readonly HUGGINGFACE_LLM_RINNA_3_6B_INSTRUCTION_PPO_BF16_2_1_5 = this.of('HUGGINGFACE_LLM_RINNA_3_6B_INSTRUCTION_PPO_BF16_2_1_5');

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

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)