Skip to content

Commit 84c867c

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

File tree

5 files changed

+43
-1
lines changed

5 files changed

+43
-1
lines changed

apidocs/classes/DeepLearningContainerImage.md

+6
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,12 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
438438
439439
***
440440

441+
### HUGGINGFACE\_PYTORCH\_TGI\_INFERENCE\_2\_4\_0\_TGI2\_4\_0\_GPU\_PY311\_CU124\_UBUNTU22\_04
442+
443+
> `readonly` `static` **HUGGINGFACE\_PYTORCH\_TGI\_INFERENCE\_2\_4\_0\_TGI2\_4\_0\_GPU\_PY311\_CU124\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)
444+
445+
***
446+
441447
### HUGGINGFACE\_TENSORFLOW\_INFERENCE\_2\_11\_0\_TRANSFORMERS4\_26\_0\_CPU\_PY39\_UBUNTU20\_04
442448

443449
> `readonly` `static` **HUGGINGFACE\_TENSORFLOW\_INFERENCE\_2\_11\_0\_TRANSFORMERS4\_26\_0\_CPU\_PY39\_UBUNTU20\_04**: [`ContainerImage`](ContainerImage.md)

apidocs/classes/JumpStartModel.md

+30
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@
124124

125125
***
126126

127+
### HUGGINGFACE\_ASR\_WHISPER\_LARGE\_V3\_TURBO\_1\_0\_0
128+
129+
> `readonly` `static` **HUGGINGFACE\_ASR\_WHISPER\_LARGE\_V3\_TURBO\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
130+
131+
***
132+
127133
### HUGGINGFACE\_ASR\_WHISPER\_MEDIUM\_1\_0\_0
128134

129135
> `readonly` `static` **HUGGINGFACE\_ASR\_WHISPER\_MEDIUM\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -15268,6 +15274,12 @@
1526815274

1526915275
***
1527015276

15277+
### META\_VLM\_LLAMA\_3\_2\_11B\_VISION\_2\_1\_0
15278+
15279+
> `readonly` `static` **META\_VLM\_LLAMA\_3\_2\_11B\_VISION\_2\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
15280+
15281+
***
15282+
1527115283
### META\_VLM\_LLAMA\_3\_2\_11B\_VISION\_INSTRUCT\_1\_0\_0
1527215284

1527315285
> `readonly` `static` **META\_VLM\_LLAMA\_3\_2\_11B\_VISION\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -15286,6 +15298,12 @@
1528615298

1528715299
***
1528815300

15301+
### META\_VLM\_LLAMA\_3\_2\_11B\_VISION\_INSTRUCT\_2\_1\_0
15302+
15303+
> `readonly` `static` **META\_VLM\_LLAMA\_3\_2\_11B\_VISION\_INSTRUCT\_2\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
15304+
15305+
***
15306+
1528915307
### META\_VLM\_LLAMA\_3\_2\_90B\_VISION\_1\_0\_0
1529015308

1529115309
> `readonly` `static` **META\_VLM\_LLAMA\_3\_2\_90B\_VISION\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -15304,6 +15322,12 @@
1530415322

1530515323
***
1530615324

15325+
### META\_VLM\_LLAMA\_3\_2\_90B\_VISION\_2\_1\_0
15326+
15327+
> `readonly` `static` **META\_VLM\_LLAMA\_3\_2\_90B\_VISION\_2\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
15328+
15329+
***
15330+
1530715331
### META\_VLM\_LLAMA\_3\_2\_90B\_VISION\_INSTRUCT\_1\_0\_0
1530815332

1530915333
> `readonly` `static` **META\_VLM\_LLAMA\_3\_2\_90B\_VISION\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
@@ -15322,6 +15346,12 @@
1532215346

1532315347
***
1532415348

15349+
### META\_VLM\_LLAMA\_3\_2\_90B\_VISION\_INSTRUCT\_2\_1\_0
15350+
15351+
> `readonly` `static` **META\_VLM\_LLAMA\_3\_2\_90B\_VISION\_INSTRUCT\_2\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
15352+
15353+
***
15354+
1532515355
### META\_VLM\_LLAMA\_GUARD\_3\_11B\_VISION\_1\_0\_0
1532615356

1532715357
> `readonly` `static` **META\_VLM\_LLAMA\_GUARD\_3\_11B\_VISION\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)

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

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export class DeepLearningContainerImage extends ContainerImage {
8585
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_3_0_TGI2_0_3_GPU_PY310_CU121_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.3.0-tgi2.0.3-gpu-py310-cu121-ubuntu22.04');
8686
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_3_0_TGI2_2_0_GPU_PY310_CU121_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.3.0-tgi2.2.0-gpu-py310-cu121-ubuntu22.04');
8787
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_4_0_TGI2_3_1_GPU_PY311_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.4.0-tgi2.3.1-gpu-py311-cu124-ubuntu22.04');
88+
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_4_0_TGI2_4_0_GPU_PY311_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.4.0-tgi2.4.0-gpu-py311-cu124-ubuntu22.04');
8889
public static readonly HUGGINGFACE_TENSORFLOW_INFERENCE_2_11_0_TRANSFORMERS4_26_0_CPU_PY39_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-tensorflow-inference', '2.11.0-transformers4.26.0-cpu-py39-ubuntu20.04');
8990
public static readonly HUGGINGFACE_TENSORFLOW_INFERENCE_2_11_0_TRANSFORMERS4_26_0_GPU_PY39_CU112_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-tensorflow-inference', '2.11.0-transformers4.26.0-gpu-py39-cu112-ubuntu20.04');
9091
public static readonly HUGGINGFACE_TENSORFLOW_INFERENCE_2_11_1_TRANSFORMERS4_26_0_CPU_PY39_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-tensorflow-inference', '2.11.1-transformers4.26.0-cpu-py39-ubuntu20.04');

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

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export class JumpStartModel {
5757
public static readonly HUGGINGFACE_ASR_WHISPER_LARGE_V2_1_0_0 = this.of('HUGGINGFACE_ASR_WHISPER_LARGE_V2_1_0_0');
5858
public static readonly HUGGINGFACE_ASR_WHISPER_LARGE_V3_1_0_1 = this.of('HUGGINGFACE_ASR_WHISPER_LARGE_V3_1_0_1');
5959
public static readonly HUGGINGFACE_ASR_WHISPER_LARGE_V3_1_0_0 = this.of('HUGGINGFACE_ASR_WHISPER_LARGE_V3_1_0_0');
60+
public static readonly HUGGINGFACE_ASR_WHISPER_LARGE_V3_TURBO_1_0_0 = this.of('HUGGINGFACE_ASR_WHISPER_LARGE_V3_TURBO_1_0_0');
6061
public static readonly HUGGINGFACE_ASR_WHISPER_MEDIUM_3_0_1 = this.of('HUGGINGFACE_ASR_WHISPER_MEDIUM_3_0_1');
6162
public static readonly HUGGINGFACE_ASR_WHISPER_MEDIUM_3_0_0 = this.of('HUGGINGFACE_ASR_WHISPER_MEDIUM_3_0_0');
6263
public static readonly HUGGINGFACE_ASR_WHISPER_MEDIUM_2_0_0 = this.of('HUGGINGFACE_ASR_WHISPER_MEDIUM_2_0_0');
@@ -2578,15 +2579,19 @@ export class JumpStartModel {
25782579
public static readonly META_TEXTGENERATION_LLAMA_GUARD_7B_1_2_0 = this.of('META_TEXTGENERATION_LLAMA_GUARD_7B_1_2_0');
25792580
public static readonly META_TEXTGENERATION_LLAMA_GUARD_7B_1_1_0 = this.of('META_TEXTGENERATION_LLAMA_GUARD_7B_1_1_0');
25802581
public static readonly META_TEXTGENERATION_LLAMA_GUARD_7B_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_GUARD_7B_1_0_0');
2582+
public static readonly META_VLM_LLAMA_3_2_11B_VISION_2_1_0 = this.of('META_VLM_LLAMA_3_2_11B_VISION_2_1_0');
25812583
public static readonly META_VLM_LLAMA_3_2_11B_VISION_2_0_0 = this.of('META_VLM_LLAMA_3_2_11B_VISION_2_0_0');
25822584
public static readonly META_VLM_LLAMA_3_2_11B_VISION_1_0_1 = this.of('META_VLM_LLAMA_3_2_11B_VISION_1_0_1');
25832585
public static readonly META_VLM_LLAMA_3_2_11B_VISION_1_0_0 = this.of('META_VLM_LLAMA_3_2_11B_VISION_1_0_0');
2586+
public static readonly META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_2_1_0 = this.of('META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_2_1_0');
25842587
public static readonly META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_2_0_0 = this.of('META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_2_0_0');
25852588
public static readonly META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_1_0_1 = this.of('META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_1_0_1');
25862589
public static readonly META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_1_0_0 = this.of('META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_1_0_0');
2590+
public static readonly META_VLM_LLAMA_3_2_90B_VISION_2_1_0 = this.of('META_VLM_LLAMA_3_2_90B_VISION_2_1_0');
25872591
public static readonly META_VLM_LLAMA_3_2_90B_VISION_2_0_0 = this.of('META_VLM_LLAMA_3_2_90B_VISION_2_0_0');
25882592
public static readonly META_VLM_LLAMA_3_2_90B_VISION_1_0_1 = this.of('META_VLM_LLAMA_3_2_90B_VISION_1_0_1');
25892593
public static readonly META_VLM_LLAMA_3_2_90B_VISION_1_0_0 = this.of('META_VLM_LLAMA_3_2_90B_VISION_1_0_0');
2594+
public static readonly META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_2_1_0 = this.of('META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_2_1_0');
25902595
public static readonly META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_2_0_0 = this.of('META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_2_0_0');
25912596
public static readonly META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_1_0_1 = this.of('META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_1_0_1');
25922597
public static readonly META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_1_0_0 = this.of('META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_1_0_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)