Skip to content

Commit e901df3

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

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

apidocs/classes/DeepLearningContainerImage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,12 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
528528
529529
***
530530

531+
### HUGGINGFACE\_PYTORCH\_TGI\_INFERENCE\_2\_7\_0\_TGI3\_3\_6\_GPU\_PY311\_CU124\_UBUNTU22\_04
532+
533+
> `readonly` `static` **HUGGINGFACE\_PYTORCH\_TGI\_INFERENCE\_2\_7\_0\_TGI3\_3\_6\_GPU\_PY311\_CU124\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)
534+
535+
***
536+
531537
### HUGGINGFACE\_TENSORFLOW\_INFERENCE\_2\_11\_0\_TRANSFORMERS4\_26\_0\_CPU\_PY39\_UBUNTU20\_04
532538

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export class DeepLearningContainerImage extends ContainerImage {
100100
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_6_0_TGI3_2_0_GPU_PY311_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.6.0-tgi3.2.0-gpu-py311-cu124-ubuntu22.04');
101101
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_6_0_TGI3_2_3_GPU_PY311_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.6.0-tgi3.2.3-gpu-py311-cu124-ubuntu22.04');
102102
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_7_0_TGI3_3_4_GPU_PY311_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.7.0-tgi3.3.4-gpu-py311-cu124-ubuntu22.04');
103+
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_7_0_TGI3_3_6_GPU_PY311_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.7.0-tgi3.3.6-gpu-py311-cu124-ubuntu22.04');
103104
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');
104105
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');
105106
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');

0 commit comments

Comments
 (0)