Skip to content

Commit

Permalink
chore(deps): upgrade list of models and DLC images (#940)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
emerging-tech-cdk-constructs-bot and github-actions authored Feb 5, 2025
1 parent b694604 commit c77a872
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apidocs/classes/DeepLearningContainerImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,18 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
***

### HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_48\_0\_CPU\_PY311\_UBUNTU22\_04

> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_48\_0\_CPU\_PY311\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)
***

### HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_48\_0\_GPU\_PY311\_CU121\_UBUNTU22\_04

> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_48\_0\_GPU\_PY311\_CU121\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)
***

### HUGGINGFACE\_PYTORCH\_INFERENCE\_NEURONX\_1\_13\_0\_TRANSFORMERS4\_28\_1\_NEURONX\_PY38\_SDK2\_9\_1\_UBUNTU20\_04

> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_NEURONX\_1\_13\_0\_TRANSFORMERS4\_28\_1\_NEURONX\_PY38\_SDK2\_9\_1\_UBUNTU20\_04**: [`ContainerImage`](ContainerImage.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ export class DeepLearningContainerImage extends ContainerImage {
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');
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');
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');
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');
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');
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');
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');
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');
Expand Down

0 comments on commit c77a872

Please sign in to comment.