Skip to content

Commit c77a872

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

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
@@ -324,6 +324,18 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
324324
325325
***
326326

327+
### HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_48\_0\_CPU\_PY311\_UBUNTU22\_04
328+
329+
> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_48\_0\_CPU\_PY311\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)
330+
331+
***
332+
333+
### HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_48\_0\_GPU\_PY311\_CU121\_UBUNTU22\_04
334+
335+
> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_48\_0\_GPU\_PY311\_CU121\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)
336+
337+
***
338+
327339
### HUGGINGFACE\_PYTORCH\_INFERENCE\_NEURONX\_1\_13\_0\_TRANSFORMERS4\_28\_1\_NEURONX\_PY38\_SDK2\_9\_1\_UBUNTU20\_04
328340

329341
> `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
@@ -66,6 +66,8 @@ export class DeepLearningContainerImage extends ContainerImage {
6666
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_1_0_TRANSFORMERS4_37_0_GPU_PY310_CU118_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.1.0-transformers4.37.0-gpu-py310-cu118-ubuntu20.04');
6767
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_3_0_TRANSFORMERS4_46_1_CPU_PY311_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.3.0-transformers4.46.1-cpu-py311-ubuntu22.04');
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');
69+
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');
70+
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');
6971
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');
7072
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');
7173
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)