Skip to content

Commit 5a59c8e

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

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

apidocs/classes/DeepLearningContainerImage.md

+7
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
4242
- [DJL\_INFERENCE\_0\_26\_0\_DEEPSPEED0\_12\_6\_CU121](DeepLearningContainerImage.md#djl_inference_0_26_0_deepspeed0_12_6_cu121)
4343
- [DJL\_INFERENCE\_0\_26\_0\_NEURONX\_SDK2\_16\_0](DeepLearningContainerImage.md#djl_inference_0_26_0_neuronx_sdk2_16_0)
4444
- [DJL\_INFERENCE\_0\_27\_0\_DEEPSPEED0\_12\_6\_CU121](DeepLearningContainerImage.md#djl_inference_0_27_0_deepspeed0_12_6_cu121)
45+
- [DJL\_INFERENCE\_0\_27\_0\_NEURONX\_SDK2\_18\_1](DeepLearningContainerImage.md#djl_inference_0_27_0_neuronx_sdk2_18_1)
4546
- [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)
4647
- [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)
4748
- [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)
@@ -271,6 +272,12 @@ ___
271272

272273
___
273274

275+
### DJL\_INFERENCE\_0\_27\_0\_NEURONX\_SDK2\_18\_1
276+
277+
`Static` `Readonly` **DJL\_INFERENCE\_0\_27\_0\_NEURONX\_SDK2\_18\_1**: [`ContainerImage`](ContainerImage.md)
278+
279+
___
280+
274281
### HUGGINGFACE\_PYTORCH\_INFERENCE\_1\_10\_2\_TRANSFORMERS4\_17\_0\_CPU\_PY38\_UBUNTU20\_04
275282

276283
`Static` `Readonly` **HUGGINGFACE\_PYTORCH\_INFERENCE\_1\_10\_2\_TRANSFORMERS4\_17\_0\_CPU\_PY38\_UBUNTU20\_04**: [`ContainerImage`](ContainerImage.md)

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

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export class DeepLearningContainerImage extends ContainerImage {
3939
public static readonly DJL_INFERENCE_0_26_0_DEEPSPEED0_12_6_CU121 = this.fromDeepLearningContainerImage('djl-inference', '0.26.0-deepspeed0.12.6-cu121');
4040
public static readonly DJL_INFERENCE_0_26_0_NEURONX_SDK2_16_0 = this.fromDeepLearningContainerImage('djl-inference', '0.26.0-neuronx-sdk2.16.0');
4141
public static readonly DJL_INFERENCE_0_27_0_DEEPSPEED0_12_6_CU121 = this.fromDeepLearningContainerImage('djl-inference', '0.27.0-deepspeed0.12.6-cu121');
42+
public static readonly DJL_INFERENCE_0_27_0_NEURONX_SDK2_18_1 = this.fromDeepLearningContainerImage('djl-inference', '0.27.0-neuronx-sdk2.18.1');
4243
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');
4344
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');
4445
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');

0 commit comments

Comments
 (0)