From b356049471db0103e1b336734e602161962bf0c3 Mon Sep 17 00:00:00 2001 From: emerging-tech-cdk-constructs-bot <146136861+emerging-tech-cdk-constructs-bot@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:40:30 -0700 Subject: [PATCH] chore(deps): upgrade list of models and DLC images (#603) Upgrade list of models and DLC images. See details in [workflow run]. [Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/10223591781 ------ *Automatically created by projen via the "code-generation" workflow* Signed-off-by: github-actions Co-authored-by: github-actions Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- apidocs/classes/DeepLearningContainerImage.md | 6 ++++++ .../deep-learning-container-image.ts | 1 + 2 files changed, 7 insertions(+) diff --git a/apidocs/classes/DeepLearningContainerImage.md b/apidocs/classes/DeepLearningContainerImage.md index a9bd1666..5d795a1f 100644 --- a/apidocs/classes/DeepLearningContainerImage.md +++ b/apidocs/classes/DeepLearningContainerImage.md @@ -174,6 +174,12 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md *** +### DJL\_INFERENCE\_0\_29\_0\_NEURONX\_SDK2\_19\_1 + +> `readonly` `static` **DJL\_INFERENCE\_0\_29\_0\_NEURONX\_SDK2\_19\_1**: [`ContainerImage`](ContainerImage.md) + +*** + ### HUGGINGFACE\_PYTORCH\_INFERENCE\_1\_10\_2\_TRANSFORMERS4\_17\_0\_CPU\_PY38\_UBUNTU20\_04 > `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_1\_10\_2\_TRANSFORMERS4\_17\_0\_CPU\_PY38\_UBUNTU20\_04**: [`ContainerImage`](ContainerImage.md) diff --git a/src/patterns/gen-ai/aws-model-deployment-sagemaker/deep-learning-container-image.ts b/src/patterns/gen-ai/aws-model-deployment-sagemaker/deep-learning-container-image.ts index d07ba8cb..265ee9d6 100644 --- a/src/patterns/gen-ai/aws-model-deployment-sagemaker/deep-learning-container-image.ts +++ b/src/patterns/gen-ai/aws-model-deployment-sagemaker/deep-learning-container-image.ts @@ -41,6 +41,7 @@ export class DeepLearningContainerImage extends ContainerImage { public static readonly DJL_INFERENCE_0_27_0_DEEPSPEED0_12_6_CU121 = this.fromDeepLearningContainerImage('djl-inference', '0.27.0-deepspeed0.12.6-cu121'); public static readonly DJL_INFERENCE_0_27_0_NEURONX_SDK2_18_1 = this.fromDeepLearningContainerImage('djl-inference', '0.27.0-neuronx-sdk2.18.1'); public static readonly DJL_INFERENCE_0_28_0_NEURONX_SDK2_18_2 = this.fromDeepLearningContainerImage('djl-inference', '0.28.0-neuronx-sdk2.18.2'); + public static readonly DJL_INFERENCE_0_29_0_NEURONX_SDK2_19_1 = this.fromDeepLearningContainerImage('djl-inference', '0.29.0-neuronx-sdk2.19.1'); public static readonly HUGGINGFACE_PYTORCH_INFERENCE_1_10_2_TRANSFORMERS4_17_0_CPU_PY38_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '1.10.2-transformers4.17.0-cpu-py38-ubuntu20.04'); public static readonly HUGGINGFACE_PYTORCH_INFERENCE_1_10_2_TRANSFORMERS4_17_0_GPU_PY38_CU113_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '1.10.2-transformers4.17.0-gpu-py38-cu113-ubuntu20.04'); public static readonly HUGGINGFACE_PYTORCH_INFERENCE_1_13_1_TRANSFORMERS4_26_0_CPU_PY39_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '1.13.1-transformers4.26.0-cpu-py39-ubuntu20.04');