Skip to content

Commit b71587e

Browse files
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/19996297262 ------ *Automatically created by projen via the "code-generation" workflow* Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent efe80fe commit b71587e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export class DeepLearningContainerImage extends ContainerImage {
123123
public static readonly HUGGINGFACE_TENSORFLOW_INFERENCE_2_6_3_TRANSFORMERS4_17_0_CPU_PY38_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-tensorflow-inference', '2.6.3-transformers4.17.0-cpu-py38-ubuntu20.04');
124124
public static readonly HUGGINGFACE_TENSORFLOW_INFERENCE_2_6_3_TRANSFORMERS4_17_0_GPU_PY38_CU112_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-tensorflow-inference', '2.6.3-transformers4.17.0-gpu-py38-cu112-ubuntu20.04');
125125

126+
126127
public static fromDeepLearningContainerImage(
127128
repositoryName: string,
128129
tag: string,

src/patterns/gen-ai/aws-model-deployment-sagemaker/jumpstart-model.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10011,6 +10011,7 @@ export class JumpStartModel {
1001110011
public static readonly MODEL_UPSCALING_STABILITYAI_STABLE_DIFFUSION_X4_UPSCALER_FP16_1_1_0 = this.of('MODEL_UPSCALING_STABILITYAI_STABLE_DIFFUSION_X4_UPSCALER_FP16_1_1_0');
1001210012
public static readonly MODEL_UPSCALING_STABILITYAI_STABLE_DIFFUSION_X4_UPSCALER_FP16_1_0_0 = this.of('MODEL_UPSCALING_STABILITYAI_STABLE_DIFFUSION_X4_UPSCALER_FP16_1_0_0');
1001310013

10014+
1001410015
public static of(name: string): JumpStartModel {
1001510016
return new JumpStartModel(name);
1001610017
}
@@ -10025,4 +10026,4 @@ export class JumpStartModel {
1002510026

1002610027
return json[this.name];
1002710028
}
10028-
}
10029+
}

0 commit comments

Comments
 (0)