Skip to content

Commit dc039ae

Browse files
emerging-tech-cdk-constructs-botgithub-actions
and
github-actions
authored
chore(deps): upgrade list of models and DLC images (#611)
Upgrade list of models and DLC images. See details in [workflow run]. [Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/10275792379 ------ *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 bba7fa7 commit dc039ae

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
@@ -1954,6 +1954,12 @@
19541954
19551955
***
19561956

1957+
### HUGGINGFACE\_LLM\_MIXTRAL\_8X7B\_1\_10\_0
1958+
1959+
> `readonly` `static` **HUGGINGFACE\_LLM\_MIXTRAL\_8X7B\_1\_10\_0**: [`JumpStartModel`](JumpStartModel.md)
1960+
1961+
***
1962+
19571963
### HUGGINGFACE\_LLM\_MIXTRAL\_8X7B\_1\_1\_0
19581964

19591965
> `readonly` `static` **HUGGINGFACE\_LLM\_MIXTRAL\_8X7B\_1\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -9412,6 +9418,12 @@
94129418
94139419
***
94149420

9421+
### META\_TEXTGENERATION\_LLAMA\_2\_13B\_4\_5\_0
9422+
9423+
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_2\_13B\_4\_5\_0**: [`JumpStartModel`](JumpStartModel.md)
9424+
9425+
***
9426+
94159427
### META\_TEXTGENERATION\_LLAMA\_2\_13B\_F\_1\_1\_0
94169428

94179429
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_2\_13B\_F\_1\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -9700,6 +9712,12 @@
97009712
97019713
***
97029714

9715+
### META\_TEXTGENERATION\_LLAMA\_2\_70B\_4\_5\_0
9716+
9717+
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_2\_70B\_4\_5\_0**: [`JumpStartModel`](JumpStartModel.md)
9718+
9719+
***
9720+
97039721
### META\_TEXTGENERATION\_LLAMA\_2\_70B\_F\_1\_1\_0
97049722

97059723
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_2\_70B\_F\_1\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -9988,6 +10006,12 @@
998810006
998910007
***
999010008

10009+
### META\_TEXTGENERATION\_LLAMA\_2\_7B\_4\_5\_0
10010+
10011+
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_2\_7B\_4\_5\_0**: [`JumpStartModel`](JumpStartModel.md)
10012+
10013+
***
10014+
999110015
### META\_TEXTGENERATION\_LLAMA\_2\_7B\_F\_1\_1\_0
999210016

999310017
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_2\_7B\_F\_1\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -10138,6 +10162,12 @@
1013810162
1013910163
***
1014010164

10165+
### META\_TEXTGENERATION\_LLAMA\_3\_1\_405B\_FP8\_2\_1\_0
10166+
10167+
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_1\_405B\_FP8\_2\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
10168+
10169+
***
10170+
1014110171
### META\_TEXTGENERATION\_LLAMA\_3\_1\_405B\_INSTRUCT\_FP8\_1\_0\_0
1014210172

1014310173
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_1\_405B\_INSTRUCT\_FP8\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -10150,6 +10180,12 @@
1015010180
1015110181
***
1015210182

10183+
### META\_TEXTGENERATION\_LLAMA\_3\_1\_405B\_INSTRUCT\_FP8\_2\_1\_0
10184+
10185+
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_1\_405B\_INSTRUCT\_FP8\_2\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
10186+
10187+
***
10188+
1015310189
### META\_TEXTGENERATION\_LLAMA\_3\_1\_70B\_1\_0\_0
1015410190

1015510191
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_1\_70B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -10270,6 +10306,12 @@
1027010306
1027110307
***
1027210308

10309+
### META\_TEXTGENERATION\_LLAMA\_3\_70B\_2\_4\_0
10310+
10311+
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_70B\_2\_4\_0**: [`JumpStartModel`](JumpStartModel.md)
10312+
10313+
***
10314+
1027310315
### META\_TEXTGENERATION\_LLAMA\_3\_70B\_INSTRUCT\_1\_0\_0
1027410316

1027510317
> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_70B\_INSTRUCT\_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
@@ -359,6 +359,7 @@ export class JumpStartModel {
359359
public static readonly HUGGINGFACE_LLM_MISTRALAI_MIXTRAL_8X22B_INSTRUCT_V0_1_1_1_0 = this.of('HUGGINGFACE_LLM_MISTRALAI_MIXTRAL_8X22B_INSTRUCT_V0_1_1_1_0');
360360
public static readonly HUGGINGFACE_LLM_MISTRALAI_MIXTRAL_8X22B_INSTRUCT_V0_1_1_0_0 = this.of('HUGGINGFACE_LLM_MISTRALAI_MIXTRAL_8X22B_INSTRUCT_V0_1_1_0_0');
361361
public static readonly HUGGINGFACE_LLM_MIXTRAL_8X22B_1_0_0 = this.of('HUGGINGFACE_LLM_MIXTRAL_8X22B_1_0_0');
362+
public static readonly HUGGINGFACE_LLM_MIXTRAL_8X7B_1_10_0 = this.of('HUGGINGFACE_LLM_MIXTRAL_8X7B_1_10_0');
362363
public static readonly HUGGINGFACE_LLM_MIXTRAL_8X7B_1_9_1 = this.of('HUGGINGFACE_LLM_MIXTRAL_8X7B_1_9_1');
363364
public static readonly HUGGINGFACE_LLM_MIXTRAL_8X7B_1_9_0 = this.of('HUGGINGFACE_LLM_MIXTRAL_8X7B_1_9_0');
364365
public static readonly HUGGINGFACE_LLM_MIXTRAL_8X7B_1_8_0 = this.of('HUGGINGFACE_LLM_MIXTRAL_8X7B_1_8_0');
@@ -1579,6 +1580,7 @@ export class JumpStartModel {
15791580
public static readonly HUGGINGFACE_ZSTC_RECOGNAI_ZEROSHOT_SELECTRA_MEDIUM_1_0_0 = this.of('HUGGINGFACE_ZSTC_RECOGNAI_ZEROSHOT_SELECTRA_MEDIUM_1_0_0');
15801581
public static readonly HUGGINGFACE_ZSTC_RECOGNAI_ZEROSHOT_SELECTRA_SMALL_2_0_0 = this.of('HUGGINGFACE_ZSTC_RECOGNAI_ZEROSHOT_SELECTRA_SMALL_2_0_0');
15811582
public static readonly HUGGINGFACE_ZSTC_RECOGNAI_ZEROSHOT_SELECTRA_SMALL_1_0_0 = this.of('HUGGINGFACE_ZSTC_RECOGNAI_ZEROSHOT_SELECTRA_SMALL_1_0_0');
1583+
public static readonly META_TEXTGENERATION_LLAMA_2_13B_4_5_0 = this.of('META_TEXTGENERATION_LLAMA_2_13B_4_5_0');
15821584
public static readonly META_TEXTGENERATION_LLAMA_2_13B_4_4_0 = this.of('META_TEXTGENERATION_LLAMA_2_13B_4_4_0');
15831585
public static readonly META_TEXTGENERATION_LLAMA_2_13B_4_3_1 = this.of('META_TEXTGENERATION_LLAMA_2_13B_4_3_1');
15841586
public static readonly META_TEXTGENERATION_LLAMA_2_13B_4_3_0 = this.of('META_TEXTGENERATION_LLAMA_2_13B_4_3_0');
@@ -1627,6 +1629,7 @@ export class JumpStartModel {
16271629
public static readonly META_TEXTGENERATION_LLAMA_2_13B_F_1_2_1 = this.of('META_TEXTGENERATION_LLAMA_2_13B_F_1_2_1');
16281630
public static readonly META_TEXTGENERATION_LLAMA_2_13B_F_1_2_0 = this.of('META_TEXTGENERATION_LLAMA_2_13B_F_1_2_0');
16291631
public static readonly META_TEXTGENERATION_LLAMA_2_13B_F_1_1_0 = this.of('META_TEXTGENERATION_LLAMA_2_13B_F_1_1_0');
1632+
public static readonly META_TEXTGENERATION_LLAMA_2_70B_4_5_0 = this.of('META_TEXTGENERATION_LLAMA_2_70B_4_5_0');
16301633
public static readonly META_TEXTGENERATION_LLAMA_2_70B_4_4_0 = this.of('META_TEXTGENERATION_LLAMA_2_70B_4_4_0');
16311634
public static readonly META_TEXTGENERATION_LLAMA_2_70B_4_3_1 = this.of('META_TEXTGENERATION_LLAMA_2_70B_4_3_1');
16321635
public static readonly META_TEXTGENERATION_LLAMA_2_70B_4_3_0 = this.of('META_TEXTGENERATION_LLAMA_2_70B_4_3_0');
@@ -1675,6 +1678,7 @@ export class JumpStartModel {
16751678
public static readonly META_TEXTGENERATION_LLAMA_2_70B_F_1_2_1 = this.of('META_TEXTGENERATION_LLAMA_2_70B_F_1_2_1');
16761679
public static readonly META_TEXTGENERATION_LLAMA_2_70B_F_1_2_0 = this.of('META_TEXTGENERATION_LLAMA_2_70B_F_1_2_0');
16771680
public static readonly META_TEXTGENERATION_LLAMA_2_70B_F_1_1_0 = this.of('META_TEXTGENERATION_LLAMA_2_70B_F_1_1_0');
1681+
public static readonly META_TEXTGENERATION_LLAMA_2_7B_4_5_0 = this.of('META_TEXTGENERATION_LLAMA_2_7B_4_5_0');
16781682
public static readonly META_TEXTGENERATION_LLAMA_2_7B_4_4_0 = this.of('META_TEXTGENERATION_LLAMA_2_7B_4_4_0');
16791683
public static readonly META_TEXTGENERATION_LLAMA_2_7B_4_3_1 = this.of('META_TEXTGENERATION_LLAMA_2_7B_4_3_1');
16801684
public static readonly META_TEXTGENERATION_LLAMA_2_7B_4_3_0 = this.of('META_TEXTGENERATION_LLAMA_2_7B_4_3_0');
@@ -1723,8 +1727,10 @@ export class JumpStartModel {
17231727
public static readonly META_TEXTGENERATION_LLAMA_2_7B_F_1_2_1 = this.of('META_TEXTGENERATION_LLAMA_2_7B_F_1_2_1');
17241728
public static readonly META_TEXTGENERATION_LLAMA_2_7B_F_1_2_0 = this.of('META_TEXTGENERATION_LLAMA_2_7B_F_1_2_0');
17251729
public static readonly META_TEXTGENERATION_LLAMA_2_7B_F_1_1_0 = this.of('META_TEXTGENERATION_LLAMA_2_7B_F_1_1_0');
1730+
public static readonly META_TEXTGENERATION_LLAMA_3_1_405B_FP8_2_1_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_405B_FP8_2_1_0');
17261731
public static readonly META_TEXTGENERATION_LLAMA_3_1_405B_FP8_2_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_405B_FP8_2_0_0');
17271732
public static readonly META_TEXTGENERATION_LLAMA_3_1_405B_FP8_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_405B_FP8_1_0_0');
1733+
public static readonly META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_2_1_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_2_1_0');
17281734
public static readonly META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_2_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_2_0_0');
17291735
public static readonly META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_1_0_0');
17301736
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_2_1_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_2_1_0');
@@ -1739,6 +1745,7 @@ export class JumpStartModel {
17391745
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_1_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_1_0');
17401746
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_0_0');
17411747
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_1_0_0');
1748+
public static readonly META_TEXTGENERATION_LLAMA_3_70B_2_4_0 = this.of('META_TEXTGENERATION_LLAMA_3_70B_2_4_0');
17421749
public static readonly META_TEXTGENERATION_LLAMA_3_70B_2_3_0 = this.of('META_TEXTGENERATION_LLAMA_3_70B_2_3_0');
17431750
public static readonly META_TEXTGENERATION_LLAMA_3_70B_2_2_1 = this.of('META_TEXTGENERATION_LLAMA_3_70B_2_2_1');
17441751
public static readonly META_TEXTGENERATION_LLAMA_3_70B_2_2_0 = this.of('META_TEXTGENERATION_LLAMA_3_70B_2_2_0');

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)