Skip to content

Commit f68e111

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/13000889813 ------ *Automatically created by projen via the "code-generation" workflow* Signed-off-by: github-actions <github-actions@github.com>
1 parent e6b3bb0 commit f68e111

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

apidocs/classes/JumpStartModel.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3462,6 +3462,12 @@
34623462

34633463
***
34643464

3465+
### HUGGINGFACE\_LLM\_GEMMA\_2\_2B\_1\_0\_3
3466+
3467+
> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_2\_2B\_1\_0\_3**: [`JumpStartModel`](JumpStartModel.md)
3468+
3469+
***
3470+
34653471
### HUGGINGFACE\_LLM\_GEMMA\_2\_2B\_INSTRUCT\_1\_0\_0
34663472

34673473
> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_2\_2B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -3480,6 +3486,12 @@
34803486

34813487
***
34823488

3489+
### HUGGINGFACE\_LLM\_GEMMA\_2\_2B\_INSTRUCT\_1\_0\_3
3490+
3491+
> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_2\_2B\_INSTRUCT\_1\_0\_3**: [`JumpStartModel`](JumpStartModel.md)
3492+
3493+
***
3494+
34833495
### HUGGINGFACE\_LLM\_GEMMA\_2\_9B\_1\_0\_0
34843496

34853497
> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_2\_9B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -3612,6 +3624,12 @@
36123624

36133625
***
36143626

3627+
### HUGGINGFACE\_LLM\_GEMMA\_2B\_2\_1\_6
3628+
3629+
> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_2B\_2\_1\_6**: [`JumpStartModel`](JumpStartModel.md)
3630+
3631+
***
3632+
36153633
### HUGGINGFACE\_LLM\_GEMMA\_2B\_INSTRUCT\_1\_0\_0
36163634

36173635
> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_2B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -3702,6 +3720,12 @@
37023720

37033721
***
37043722

3723+
### HUGGINGFACE\_LLM\_GEMMA\_2B\_INSTRUCT\_1\_4\_6
3724+
3725+
> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_2B\_INSTRUCT\_1\_4\_6**: [`JumpStartModel`](JumpStartModel.md)
3726+
3727+
***
3728+
37053729
### HUGGINGFACE\_LLM\_GEMMA\_7B\_1\_0\_0
37063730

37073731
> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_7B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -5622,6 +5646,12 @@
56225646

56235647
***
56245648

5649+
### HUGGINGFACE\_LLM\_PHI\_2\_1\_1\_5
5650+
5651+
> `readonly` `static` **HUGGINGFACE\_LLM\_PHI\_2\_1\_1\_5**: [`JumpStartModel`](JumpStartModel.md)
5652+
5653+
***
5654+
56255655
### HUGGINGFACE\_LLM\_PHI\_3\_5\_MINI\_INSTRUCT\_1\_0\_0
56265656

56275657
> `readonly` `static` **HUGGINGFACE\_LLM\_PHI\_3\_5\_MINI\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)

src/patterns/gen-ai/aws-model-deployment-sagemaker/deep-learning-container-image.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions
1111
* and limitations under the License.
1212
*/
13-
1413
import { Stack } from 'aws-cdk-lib';
1514
import * as ecr from 'aws-cdk-lib/aws-ecr';
1615
import * as iam from 'aws-cdk-lib/aws-iam';

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions
1111
* and limitations under the License.
1212
*/
13-
1413
import * as zlib from 'zlib';
1514
import * as data from './jumpstart-models.json';
1615

@@ -611,9 +610,11 @@ export class JumpStartModel {
611610
public static readonly HUGGINGFACE_LLM_GEMMA_2_27B_INSTRUCT_1_0_2 = this.of('HUGGINGFACE_LLM_GEMMA_2_27B_INSTRUCT_1_0_2');
612611
public static readonly HUGGINGFACE_LLM_GEMMA_2_27B_INSTRUCT_1_0_1 = this.of('HUGGINGFACE_LLM_GEMMA_2_27B_INSTRUCT_1_0_1');
613612
public static readonly HUGGINGFACE_LLM_GEMMA_2_27B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_GEMMA_2_27B_INSTRUCT_1_0_0');
613+
public static readonly HUGGINGFACE_LLM_GEMMA_2_2B_1_0_3 = this.of('HUGGINGFACE_LLM_GEMMA_2_2B_1_0_3');
614614
public static readonly HUGGINGFACE_LLM_GEMMA_2_2B_1_0_2 = this.of('HUGGINGFACE_LLM_GEMMA_2_2B_1_0_2');
615615
public static readonly HUGGINGFACE_LLM_GEMMA_2_2B_1_0_1 = this.of('HUGGINGFACE_LLM_GEMMA_2_2B_1_0_1');
616616
public static readonly HUGGINGFACE_LLM_GEMMA_2_2B_1_0_0 = this.of('HUGGINGFACE_LLM_GEMMA_2_2B_1_0_0');
617+
public static readonly HUGGINGFACE_LLM_GEMMA_2_2B_INSTRUCT_1_0_3 = this.of('HUGGINGFACE_LLM_GEMMA_2_2B_INSTRUCT_1_0_3');
617618
public static readonly HUGGINGFACE_LLM_GEMMA_2_2B_INSTRUCT_1_0_2 = this.of('HUGGINGFACE_LLM_GEMMA_2_2B_INSTRUCT_1_0_2');
618619
public static readonly HUGGINGFACE_LLM_GEMMA_2_2B_INSTRUCT_1_0_1 = this.of('HUGGINGFACE_LLM_GEMMA_2_2B_INSTRUCT_1_0_1');
619620
public static readonly HUGGINGFACE_LLM_GEMMA_2_2B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_GEMMA_2_2B_INSTRUCT_1_0_0');
@@ -623,6 +624,7 @@ export class JumpStartModel {
623624
public static readonly HUGGINGFACE_LLM_GEMMA_2_9B_INSTRUCT_1_0_2 = this.of('HUGGINGFACE_LLM_GEMMA_2_9B_INSTRUCT_1_0_2');
624625
public static readonly HUGGINGFACE_LLM_GEMMA_2_9B_INSTRUCT_1_0_1 = this.of('HUGGINGFACE_LLM_GEMMA_2_9B_INSTRUCT_1_0_1');
625626
public static readonly HUGGINGFACE_LLM_GEMMA_2_9B_INSTRUCT_1_0_0 = this.of('HUGGINGFACE_LLM_GEMMA_2_9B_INSTRUCT_1_0_0');
627+
public static readonly HUGGINGFACE_LLM_GEMMA_2B_2_1_6 = this.of('HUGGINGFACE_LLM_GEMMA_2B_2_1_6');
626628
public static readonly HUGGINGFACE_LLM_GEMMA_2B_2_1_5 = this.of('HUGGINGFACE_LLM_GEMMA_2B_2_1_5');
627629
public static readonly HUGGINGFACE_LLM_GEMMA_2B_2_1_4 = this.of('HUGGINGFACE_LLM_GEMMA_2B_2_1_4');
628630
public static readonly HUGGINGFACE_LLM_GEMMA_2B_2_1_3 = this.of('HUGGINGFACE_LLM_GEMMA_2B_2_1_3');
@@ -639,6 +641,7 @@ export class JumpStartModel {
639641
public static readonly HUGGINGFACE_LLM_GEMMA_2B_1_1_1 = this.of('HUGGINGFACE_LLM_GEMMA_2B_1_1_1');
640642
public static readonly HUGGINGFACE_LLM_GEMMA_2B_1_1_0 = this.of('HUGGINGFACE_LLM_GEMMA_2B_1_1_0');
641643
public static readonly HUGGINGFACE_LLM_GEMMA_2B_1_0_0 = this.of('HUGGINGFACE_LLM_GEMMA_2B_1_0_0');
644+
public static readonly HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_4_6 = this.of('HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_4_6');
642645
public static readonly HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_4_5 = this.of('HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_4_5');
643646
public static readonly HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_4_4 = this.of('HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_4_4');
644647
public static readonly HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_4_3 = this.of('HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_4_3');
@@ -966,6 +969,7 @@ export class JumpStartModel {
966969
public static readonly HUGGINGFACE_LLM_OPENLM_RESEARCH_OPEN_LLAMA_7B_V2_1_1_1 = this.of('HUGGINGFACE_LLM_OPENLM_RESEARCH_OPEN_LLAMA_7B_V2_1_1_1');
967970
public static readonly HUGGINGFACE_LLM_OPENLM_RESEARCH_OPEN_LLAMA_7B_V2_1_1_0 = this.of('HUGGINGFACE_LLM_OPENLM_RESEARCH_OPEN_LLAMA_7B_V2_1_1_0');
968971
public static readonly HUGGINGFACE_LLM_OPENLM_RESEARCH_OPEN_LLAMA_7B_V2_1_0_0 = this.of('HUGGINGFACE_LLM_OPENLM_RESEARCH_OPEN_LLAMA_7B_V2_1_0_0');
972+
public static readonly HUGGINGFACE_LLM_PHI_2_1_1_5 = this.of('HUGGINGFACE_LLM_PHI_2_1_1_5');
969973
public static readonly HUGGINGFACE_LLM_PHI_2_1_1_4 = this.of('HUGGINGFACE_LLM_PHI_2_1_1_4');
970974
public static readonly HUGGINGFACE_LLM_PHI_2_1_1_3 = this.of('HUGGINGFACE_LLM_PHI_2_1_1_3');
971975
public static readonly HUGGINGFACE_LLM_PHI_2_1_1_2 = this.of('HUGGINGFACE_LLM_PHI_2_1_1_2');

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)