Skip to content

Commit a49d615

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

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
@@ -510,6 +510,12 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
510510
511511
***
512512

513+
### HUGGINGFACE\_PYTORCH\_TGI\_INFERENCE\_2\_6\_0\_TGI3\_2\_3\_GPU\_PY311\_CU124\_UBUNTU22\_04
514+
515+
> `readonly` `static` **HUGGINGFACE\_PYTORCH\_TGI\_INFERENCE\_2\_6\_0\_TGI3\_2\_3\_GPU\_PY311\_CU124\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)
516+
517+
***
518+
513519
### HUGGINGFACE\_TENSORFLOW\_INFERENCE\_2\_11\_0\_TRANSFORMERS4\_26\_0\_CPU\_PY39\_UBUNTU20\_04
514520

515521
> `readonly` `static` **HUGGINGFACE\_TENSORFLOW\_INFERENCE\_2\_11\_0\_TRANSFORMERS4\_26\_0\_CPU\_PY39\_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
@@ -97,6 +97,7 @@ export class DeepLearningContainerImage extends ContainerImage {
9797
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_4_0_TGI3_0_1_GPU_PY311_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.4.0-tgi3.0.1-gpu-py311-cu124-ubuntu22.04');
9898
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_6_0_TGI3_1_1_GPU_PY311_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.6.0-tgi3.1.1-gpu-py311-cu124-ubuntu22.04');
9999
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_6_0_TGI3_2_0_GPU_PY311_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.6.0-tgi3.2.0-gpu-py311-cu124-ubuntu22.04');
100+
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_6_0_TGI3_2_3_GPU_PY311_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.6.0-tgi3.2.3-gpu-py311-cu124-ubuntu22.04');
100101
public static readonly HUGGINGFACE_TENSORFLOW_INFERENCE_2_11_0_TRANSFORMERS4_26_0_CPU_PY39_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-tensorflow-inference', '2.11.0-transformers4.26.0-cpu-py39-ubuntu20.04');
101102
public static readonly HUGGINGFACE_TENSORFLOW_INFERENCE_2_11_0_TRANSFORMERS4_26_0_GPU_PY39_CU112_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-tensorflow-inference', '2.11.0-transformers4.26.0-gpu-py39-cu112-ubuntu20.04');
102103
public static readonly HUGGINGFACE_TENSORFLOW_INFERENCE_2_11_1_TRANSFORMERS4_26_0_CPU_PY39_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-tensorflow-inference', '2.11.1-transformers4.26.0-cpu-py39-ubuntu20.04');

0 commit comments

Comments
 (0)