Skip to content

Commit 5bb26d0

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

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

apidocs/classes/DeepLearningContainerImage.md

+12
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,18 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
336336
337337
***
338338

339+
### HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_6\_0\_TRANSFORMERS4\_49\_0\_CPU\_PY312\_UBUNTU22\_04
340+
341+
> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_6\_0\_TRANSFORMERS4\_49\_0\_CPU\_PY312\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)
342+
343+
***
344+
345+
### HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_6\_0\_TRANSFORMERS4\_49\_0\_GPU\_PY312\_CU124\_UBUNTU22\_04
346+
347+
> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_6\_0\_TRANSFORMERS4\_49\_0\_GPU\_PY312\_CU124\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)
348+
349+
***
350+
339351
### HUGGINGFACE\_PYTORCH\_INFERENCE\_NEURONX\_1\_13\_0\_TRANSFORMERS4\_28\_1\_NEURONX\_PY38\_SDK2\_9\_1\_UBUNTU20\_04
340352

341353
> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_NEURONX\_1\_13\_0\_TRANSFORMERS4\_28\_1\_NEURONX\_PY38\_SDK2\_9\_1\_UBUNTU20\_04**: [`ContainerImage`](ContainerImage.md)

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

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export class DeepLearningContainerImage extends ContainerImage {
6868
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_3_0_TRANSFORMERS4_46_1_GPU_PY311_CU121_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.3.0-transformers4.46.1-gpu-py311-cu121-ubuntu20.04');
6969
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_3_0_TRANSFORMERS4_48_0_CPU_PY311_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.3.0-transformers4.48.0-cpu-py311-ubuntu22.04');
7070
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_3_0_TRANSFORMERS4_48_0_GPU_PY311_CU121_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.3.0-transformers4.48.0-gpu-py311-cu121-ubuntu22.04');
71+
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_6_0_TRANSFORMERS4_49_0_CPU_PY312_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.6.0-transformers4.49.0-cpu-py312-ubuntu22.04');
72+
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_6_0_TRANSFORMERS4_49_0_GPU_PY312_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.6.0-transformers4.49.0-gpu-py312-cu124-ubuntu22.04');
7173
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_NEURONX_1_13_0_TRANSFORMERS4_28_1_NEURONX_PY38_SDK2_9_1_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference-neuronx', '1.13.0-transformers4.28.1-neuronx-py38-sdk2.9.1-ubuntu20.04');
7274
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_NEURONX_1_13_1_TRANSFORMERS4_34_1_NEURONX_PY310_SDK2_15_0_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference-neuronx', '1.13.1-transformers4.34.1-neuronx-py310-sdk2.15.0-ubuntu20.04');
7375
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_NEURONX_1_13_1_TRANSFORMERS4_36_2_NEURONX_PY310_SDK2_16_1_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference-neuronx', '1.13.1-transformers4.36.2-neuronx-py310-sdk2.16.1-ubuntu20.04');

0 commit comments

Comments
 (0)