Skip to content

Commit 4b22717

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

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

apidocs/classes/DeepLearningContainerImage.md

+6
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
180180
181181
***
182182

183+
### DJL\_INFERENCE\_0\_30\_0\_NEURONX\_SDK2\_20\_1
184+
185+
> `readonly` `static` **DJL\_INFERENCE\_0\_30\_0\_NEURONX\_SDK2\_20\_1**: [`ContainerImage`](ContainerImage.md)
186+
187+
***
188+
183189
### HUGGINGFACE\_PYTORCH\_INFERENCE\_1\_10\_2\_TRANSFORMERS4\_17\_0\_CPU\_PY38\_UBUNTU20\_04
184190

185191
> `readonly` `static` **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
@@ -42,6 +42,7 @@ export class DeepLearningContainerImage extends ContainerImage {
4242
public static readonly DJL_INFERENCE_0_27_0_NEURONX_SDK2_18_1 = this.fromDeepLearningContainerImage('djl-inference', '0.27.0-neuronx-sdk2.18.1');
4343
public static readonly DJL_INFERENCE_0_28_0_NEURONX_SDK2_18_2 = this.fromDeepLearningContainerImage('djl-inference', '0.28.0-neuronx-sdk2.18.2');
4444
public static readonly DJL_INFERENCE_0_29_0_NEURONX_SDK2_19_1 = this.fromDeepLearningContainerImage('djl-inference', '0.29.0-neuronx-sdk2.19.1');
45+
public static readonly DJL_INFERENCE_0_30_0_NEURONX_SDK2_20_1 = this.fromDeepLearningContainerImage('djl-inference', '0.30.0-neuronx-sdk2.20.1');
4546
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');
4647
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');
4748
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)