Skip to content

Commit 0823bdf

Browse files
author
github-actions
committed
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/8746340652 ------ *Automatically created by projen via the "code-generation" workflow* Signed-off-by: github-actions <[email protected]>
1 parent cccbd70 commit 0823bdf

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

apidocs/classes/JumpStartModel.md

+28
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,10 @@
15211521
- [META\_TEXTGENERATION\_LLAMA\_2\_7B\_F\_3\_0\_4](JumpStartModel.md#meta_textgeneration_llama_2_7b_f_3_0_4)
15221522
- [META\_TEXTGENERATION\_LLAMA\_2\_7B\_F\_3\_1\_0](JumpStartModel.md#meta_textgeneration_llama_2_7b_f_3_1_0)
15231523
- [META\_TEXTGENERATION\_LLAMA\_2\_7B\_F\_3\_2\_0](JumpStartModel.md#meta_textgeneration_llama_2_7b_f_3_2_0)
1524+
- [META\_TEXTGENERATION\_LLAMA\_3\_70B\_1\_0\_0](JumpStartModel.md#meta_textgeneration_llama_3_70b_1_0_0)
1525+
- [META\_TEXTGENERATION\_LLAMA\_3\_70B\_INSTRUCT\_1\_0\_0](JumpStartModel.md#meta_textgeneration_llama_3_70b_instruct_1_0_0)
1526+
- [META\_TEXTGENERATION\_LLAMA\_3\_8B\_1\_0\_0](JumpStartModel.md#meta_textgeneration_llama_3_8b_1_0_0)
1527+
- [META\_TEXTGENERATION\_LLAMA\_3\_8B\_INSTRUCT\_1\_0\_0](JumpStartModel.md#meta_textgeneration_llama_3_8b_instruct_1_0_0)
15241528
- [META\_TEXTGENERATION\_LLAMA\_CODELLAMA\_13B\_1\_0\_0](JumpStartModel.md#meta_textgeneration_llama_codellama_13b_1_0_0)
15251529
- [META\_TEXTGENERATION\_LLAMA\_CODELLAMA\_13B\_1\_0\_1](JumpStartModel.md#meta_textgeneration_llama_codellama_13b_1_0_1)
15261530
- [META\_TEXTGENERATION\_LLAMA\_CODELLAMA\_13B\_1\_0\_2](JumpStartModel.md#meta_textgeneration_llama_codellama_13b_1_0_2)
@@ -10758,6 +10762,30 @@ ___
1075810762

1075910763
___
1076010764

10765+
### META\_TEXTGENERATION\_LLAMA\_3\_70B\_1\_0\_0
10766+
10767+
▪ `Static` `Readonly` **META\_TEXTGENERATION\_LLAMA\_3\_70B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
10768+
10769+
___
10770+
10771+
### META\_TEXTGENERATION\_LLAMA\_3\_70B\_INSTRUCT\_1\_0\_0
10772+
10773+
▪ `Static` `Readonly` **META\_TEXTGENERATION\_LLAMA\_3\_70B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
10774+
10775+
___
10776+
10777+
### META\_TEXTGENERATION\_LLAMA\_3\_8B\_1\_0\_0
10778+
10779+
▪ `Static` `Readonly` **META\_TEXTGENERATION\_LLAMA\_3\_8B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
10780+
10781+
___
10782+
10783+
### META\_TEXTGENERATION\_LLAMA\_3\_8B\_INSTRUCT\_1\_0\_0
10784+
10785+
▪ `Static` `Readonly` **META\_TEXTGENERATION\_LLAMA\_3\_8B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
10786+
10787+
___
10788+
1076110789
### META\_TEXTGENERATION\_LLAMA\_CODELLAMA\_13B\_1\_0\_0
1076210790

1076310791
▪ `Static` `Readonly` **META\_TEXTGENERATION\_LLAMA\_CODELLAMA\_13B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)

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

+4
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,10 @@ export class JumpStartModel {
15491549
public static readonly META_TEXTGENERATION_LLAMA_2_7B_F_1_2_1 = this.of('META_TEXTGENERATION_LLAMA_2_7B_F_1_2_1');
15501550
public static readonly META_TEXTGENERATION_LLAMA_2_7B_F_1_2_0 = this.of('META_TEXTGENERATION_LLAMA_2_7B_F_1_2_0');
15511551
public static readonly META_TEXTGENERATION_LLAMA_2_7B_F_1_1_0 = this.of('META_TEXTGENERATION_LLAMA_2_7B_F_1_1_0');
1552+
public static readonly META_TEXTGENERATION_LLAMA_3_70B_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_70B_1_0_0');
1553+
public static readonly META_TEXTGENERATION_LLAMA_3_70B_INSTRUCT_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_70B_INSTRUCT_1_0_0');
1554+
public static readonly META_TEXTGENERATION_LLAMA_3_8B_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_8B_1_0_0');
1555+
public static readonly META_TEXTGENERATION_LLAMA_3_8B_INSTRUCT_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_8B_INSTRUCT_1_0_0');
15521556
public static readonly META_TEXTGENERATION_LLAMA_CODELLAMA_13B_2_2_1 = this.of('META_TEXTGENERATION_LLAMA_CODELLAMA_13B_2_2_1');
15531557
public static readonly META_TEXTGENERATION_LLAMA_CODELLAMA_13B_2_2_0 = this.of('META_TEXTGENERATION_LLAMA_CODELLAMA_13B_2_2_0');
15541558
public static readonly META_TEXTGENERATION_LLAMA_CODELLAMA_13B_2_1_1 = this.of('META_TEXTGENERATION_LLAMA_CODELLAMA_13B_2_1_1');

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)