diff --git a/apidocs/classes/DeepLearningContainerImage.md b/apidocs/classes/DeepLearningContainerImage.md index 2a5611ae..9e685250 100644 --- a/apidocs/classes/DeepLearningContainerImage.md +++ b/apidocs/classes/DeepLearningContainerImage.md @@ -43,6 +43,7 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md - [DJL\_INFERENCE\_0\_26\_0\_NEURONX\_SDK2\_16\_0](DeepLearningContainerImage.md#djl_inference_0_26_0_neuronx_sdk2_16_0) - [DJL\_INFERENCE\_0\_27\_0\_DEEPSPEED0\_12\_6\_CU121](DeepLearningContainerImage.md#djl_inference_0_27_0_deepspeed0_12_6_cu121) - [DJL\_INFERENCE\_0\_27\_0\_NEURONX\_SDK2\_18\_1](DeepLearningContainerImage.md#djl_inference_0_27_0_neuronx_sdk2_18_1) +- [DJL\_INFERENCE\_0\_28\_0\_NEURONX\_SDK2\_18\_2](DeepLearningContainerImage.md#djl_inference_0_28_0_neuronx_sdk2_18_2) - [HUGGINGFACE\_PYTORCH\_INFERENCE\_1\_10\_2\_TRANSFORMERS4\_17\_0\_CPU\_PY38\_UBUNTU20\_04](DeepLearningContainerImage.md#huggingface_pytorch_inference_1_10_2_transformers4_17_0_cpu_py38_ubuntu20_04) - [HUGGINGFACE\_PYTORCH\_INFERENCE\_1\_10\_2\_TRANSFORMERS4\_17\_0\_GPU\_PY38\_CU113\_UBUNTU20\_04](DeepLearningContainerImage.md#huggingface_pytorch_inference_1_10_2_transformers4_17_0_gpu_py38_cu113_ubuntu20_04) - [HUGGINGFACE\_PYTORCH\_INFERENCE\_1\_13\_1\_TRANSFORMERS4\_26\_0\_CPU\_PY39\_UBUNTU20\_04](DeepLearningContainerImage.md#huggingface_pytorch_inference_1_13_1_transformers4_26_0_cpu_py39_ubuntu20_04) @@ -282,6 +283,12 @@ ___ ___ +### DJL\_INFERENCE\_0\_28\_0\_NEURONX\_SDK2\_18\_2 + +▪ `Static` `Readonly` **DJL\_INFERENCE\_0\_28\_0\_NEURONX\_SDK2\_18\_2**: [`ContainerImage`](ContainerImage.md) + +___ + ### HUGGINGFACE\_PYTORCH\_INFERENCE\_1\_10\_2\_TRANSFORMERS4\_17\_0\_CPU\_PY38\_UBUNTU20\_04 ▪ `Static` `Readonly` **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 564621a9..7234b8f8 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 @@ -40,6 +40,7 @@ export class DeepLearningContainerImage extends ContainerImage { public static readonly DJL_INFERENCE_0_26_0_NEURONX_SDK2_16_0 = this.fromDeepLearningContainerImage('djl-inference', '0.26.0-neuronx-sdk2.16.0'); 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 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');